Html Css Color HEX #FCF8CA Lemon Chiffon

📋 copy color: '#FCF8CA'

red 252 ◦ green 248 ◦ blue 202

#FCF8CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Chiffon #FCF8CA

Tints of Lemon Chiffon #FCF8CA

RGB

 RED value IS 252 (98.83% from 255) = 35.9%

 GREEN value IS 248 (97.27% from 255) = 35.33%

 BLUE value IS 202 (79.3% from 255) = 28.77%

R = 35.9%
G = 35.33%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCF8CA (or 0xFCF8CA) is known color: Lemon Chiffon. HEX triplet: FC, F8 and CA. RGB value is (252,248,202). Sum of RGB (Red+Green+Blue) = 252+248+202=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 248 (97.27% from 255 or 35.33% from 702); Blue value is 202 (79.30% from 255 or 28.77% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8CA is #030735. Grayscale: #F4F4F4. Windows color (decimal): -198454 or 13302012. OLE color: 13302012.

HSL color Cylindrical-coordinate representation of color #FCF8CA: hue angle of 55.2º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCF8CA is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 248 202 -
CMYK 0 0.02 0.20 0.01
HSL 55.2º 0.89% 0.89% -
HSV(B) 55.2º 0.2% 0.99% -
XYZ 84.37 92.09 69.21 -
YUV 243.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 252 248 202 0 0.02 0.20 0.01 55.2 0.89 0.89
Hex FC F8 CA 0 2 14 1 37 59 59
Octal 374 370 312 0 2 24 1 67 131 131
Binary 11111100 11111000 11001010 0 10 10100 1 110111 1011001 1011001

Color Harmonies of #FCF8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF8CA

Black with #FCF8CA

Text Example


Text Example

White with #FCF8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF8CA; }

 p { color: rgb(252,248,202); }

 H1.HeaderClassName
 {
   color: #FCF8CA;
 }
 .AnyTagClassName
 {
   color: #FCF8CA;
 }
</style>

background-color css

<style>
 a { background-color: #FCF8CA; }

 a { background-color: rgb(252,248,202); }

 div.DivClassName
 {
   background-color: #FCF8CA;
 }
 .BgClassName
 {
   background-color: #FCF8CA;
 }
</style>

border-color css

<style>
 span { border-color: #FCF8CA; }

 span { border-color: rgb(252,248,202); }

 td.TdClassName
 {
   border-color: #FCF8CA;
 }
 .TagClassName
 {
   border-color: #FCF8CA;
 }
</style>