Html Css Color HEX #FCFACA Lemon Chiffon

📋 copy color: '#FCFACA'

red 252 ◦ green 250 ◦ blue 202

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

Shades of Lemon Chiffon #FCFACA

Tints of Lemon Chiffon #FCFACA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.51%

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

R = 35.8%
G = 35.51%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCFACA (or 0xFCFACA) is known color: Lemon Chiffon. HEX triplet: FC, FA and CA. RGB value is (252,250,202). Sum of RGB (Red+Green+Blue) = 252+250+202=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 202 (79.30% from 255 or 28.69% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFACA is #030535. Grayscale: #F5F5F5. Windows color (decimal): -197942 or 13302524. OLE color: 13302524.

HSL color Cylindrical-coordinate representation of color #FCFACA: hue angle of 57.6º 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 #FCFACA is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 250 202 -
CMYK 0 0.01 0.20 0.01
HSL 57.6º 0.89% 0.89% -
HSV(B) 57.6º 0.2% 0.99% -
XYZ 84.99 93.33 69.41 -
YUV 245.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 252 250 202 0 0.01 0.20 0.01 57.6 0.89 0.89
Hex FC FA CA 0 1 14 1 3A 59 59
Octal 374 372 312 0 1 24 1 72 131 131
Binary 11111100 11111010 11001010 0 1 10100 1 111010 1011001 1011001

Color Harmonies of #FCFACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFACA

Black with #FCFACA

Text Example


Text Example

White with #FCFACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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