Color Hex Logo

#fcffca Color Hex

#FCFFCA
(252,255,202)
0 Favorites   0 Comments

Color spaces of #fcffca

RGB 252255202
HSL0.181.000.90
HSV63°21°100°
CMYK 0.010.000.21   0.00
XYZ86.565696.479769.9371
Yxy96.47970.34220.3814
Hunter Lab98.2241-14.578826.5414
CIE-Lab98.6225-9.400625.0628

#fcffca color RGB value is (252,255,202).

#fcffca hex color red value is 252, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fcffca hue: 0.18 , saturation: 1.00 and the lightness value of fcffca is 0.90.

The process color (four color CMYK) of #fcffca color hex is 0.01, 0.00, 0.21, 0.00. Web safe color of #fcffca is #ffffcc. Color #fcffca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 11001010
Octal 374 377 312
Decimal 252 255 202
Hex FC FF CA

RGB Percentages of Color #fcffca

%35.54
%35.97
%28.49

CMYK Percentages of Color #fcffca

%1
%0
%21
%0

Triadic Colors of #fcffca

#fcffca #cafcff #ffcafc

Analogous Colors of #fcffca

#fcffca #e2ffca #ffe8ca

Monochromatic Colors of #fcffca

#fcffca

Complementary Color

#fcffca #cdcaff

#fcffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffca Color CSS Codes

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

#fcffca Text Font Color

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

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


#fcffca Background Color

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

This div background color is #fcffca


#fcffca Border Color

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

This div border color is #fcffca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,255,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 #fcffca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffca

Related Colors


Comments

No comments written yet.

Please login to write comment.