Color Hex Logo

#f4cafe Color Hex

#F4CAFE
(244,202,254)
0 Favorites   0 Comments

Color spaces of #f4cafe

RGB 244202254
HSL0.800.960.89
HSV288°20°100°
CMYK 0.040.200.00   0.00
XYZ76.318168.6299102.9904
Yxy68.62990.30780.2768
Hunter Lab82.843219.4651-15.7190
CIE-Lab86.320523.6925-19.9104

#f4cafe color RGB value is (244,202,254).

#f4cafe hex color red value is 244, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f4cafe hue: 0.80 , saturation: 0.96 and the lightness value of f4cafe is 0.89.

The process color (four color CMYK) of #f4cafe color hex is 0.04, 0.20, 0.00, 0.00. Web safe color of #f4cafe is #ffccff. Color #f4cafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001010 11111110
Octal 364 312 376
Decimal 244 202 254
Hex F4 CA FE

RGB Percentages of Color #f4cafe

%34.86
%28.86
%36.29

CMYK Percentages of Color #f4cafe

%4
%20
%0
%0

Triadic Colors of #f4cafe

#f4cafe #fef4ca #cafef4

Analogous Colors of #f4cafe

#f4cafe #fecaee #dacafe

Monochromatic Colors of #f4cafe

#f4cafe

Complementary Color

#f4cafe #d4feca

#f4cafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4cafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4cafe Color CSS Codes

.mybgcolor {background-color:#f4cafe; } 
.myforecolor {color:#f4cafe; }
.mybordercolor {border:3px solid #f4cafe; }

#f4cafe Text Font Color

<p style="color:#f4cafe">Text here</p>

This sample text font color is #f4cafe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f4cafe Background Color

<div style="background-color:#f4cafe">
Div content here</div>

This div background color is #f4cafe


#f4cafe Border Color

<div style="border:3px solid #f4cafe">
Div here</div>

This div border color is #f4cafe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,202,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4cafe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4cafe;
  -webkit-box-shadow: 1px 1px 3px 2px #f4cafe;
  box-shadow:         1px 1px 3px 2px #f4cafe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,202,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f4cafe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f4cafe;
  -webkit-box-shadow: 1px 1px 3px 2px #f4cafe;
  box-shadow:         1px 1px 3px 2px #f4cafe;">
Div content here</div>

This div box has shadow with color #f4cafe

Related Colors


Comments

No comments written yet.

Please login to write comment.