Color Hex Logo

#fcf3ca Color Hex

#FCF3CA
(252,243,202)
0 Favorites   0 Comments

Color spaces of #fcf3ca

RGB 252243202
HSL0.140.890.89
HSV49°20°99°
CMYK 0.000.040.20   0.01
XYZ82.856189.060968.7006
Yxy89.06090.34430.3701
Hunter Lab94.3721-8.433022.8988
CIE-Lab95.6059-3.422020.8847

#fcf3ca color RGB value is (252,243,202).

#fcf3ca hex color red value is 252, green value is 243 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fcf3ca hue: 0.14 , saturation: 0.89 and the lightness value of fcf3ca is 0.89.

The process color (four color CMYK) of #fcf3ca color hex is 0.00, 0.04, 0.20, 0.01. Web safe color of #fcf3ca is #ffffcc. Color #fcf3ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110011 11001010
Octal 374 363 312
Decimal 252 243 202
Hex FC F3 CA

RGB Percentages of Color #fcf3ca

%36.15
%34.86
%28.98

CMYK Percentages of Color #fcf3ca

%0
%4
%20
%1

Triadic Colors of #fcf3ca

#fcf3ca #cafcf3 #f3cafc

Analogous Colors of #fcf3ca

#fcf3ca #ecfcca #fcdaca

Monochromatic Colors of #fcf3ca

#fcf3ca

Complementary Color

#fcf3ca #cad3fc

#fcf3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf3ca Color CSS Codes

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

#fcf3ca Text Font Color

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

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


#fcf3ca Background Color

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

This div background color is #fcf3ca


#fcf3ca Border Color

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

This div border color is #fcf3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf3ca


Comments

No comments written yet.

Please login to write comment.