Color Hex Logo

#f4cafa Color Hex

#F4CAFA
(244,202,250)
0 Favorites   0 Comments

Color spaces of #f4cafa

RGB 244202250
HSL0.810.830.89
HSV293°19°98°
CMYK 0.020.190.00   0.02
XYZ75.684168.376399.6514
Yxy68.37630.31050.2806
Hunter Lab82.690018.6692-13.5686
CIE-Lab86.194322.9460-17.9830

#f4cafa color RGB value is (244,202,250).

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

The process color (four color CMYK) of #f4cafa color hex is 0.02, 0.19, 0.00, 0.02. Web safe color of #f4cafa is #ffccff. Color #f4cafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001010 11111010
Octal 364 312 372
Decimal 244 202 250
Hex F4 CA FA

RGB Percentages of Color #f4cafa

%35.06
%29.02
%35.92

CMYK Percentages of Color #f4cafa

%2
%19
%0
%2

Triadic Colors of #f4cafa

#f4cafa #faf4ca #cafaf4

Analogous Colors of #f4cafa

#f4cafa #facae8 #dccafa

Monochromatic Colors of #f4cafa

#f4cafa

Complementary Color

#f4cafa #d0faca

#f4cafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4cafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4cafa Color CSS Codes

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

#f4cafa Text Font Color

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

This sample text font color is #f4cafa
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.


#f4cafa Background Color

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

This div background color is #f4cafa


#f4cafa Border Color

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

This div border color is #f4cafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4cafa

Related Colors


Comments

No comments written yet.

Please login to write comment.