Html Css Color HEX #FCFAC9 Lemon Chiffon

📋 copy color: '#FCFAC9'

red 252 ◦ green 250 ◦ blue 201

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

Shades of Lemon Chiffon #FCFAC9

Tints of Lemon Chiffon #FCFAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 28.59%

R = 35.85%
G = 35.56%
B = 28.59%

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

#FCFAC9 (or 0xFCFAC9) is known color: Lemon Chiffon. HEX triplet: FC, FA and C9. RGB value is (252,250,201). Sum of RGB (Red+Green+Blue) = 252+250+201=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 201 (78.91% from 255 or 28.59% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC9 is #030536. Grayscale: #F5F5F5. Windows color (decimal): -197943 or 13236988. OLE color: 13236988.

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

Color convert

RGB 252 250 201 -
CMYK 0 0.01 0.20 0.01
HSL 57.65º 0.89% 0.89% -
HSV(B) 57.65º 0.2% 0.99% -
XYZ 84.87 93.28 68.79 -
YUV 245.01 103.16 132.98 -
System Red Green Blue C M Y K H S L
Decimal 252 250 201 0 0.01 0.20 0.01 57.65 0.89 0.89
Hex FC FA C9 0 1 14 1 3A 59 59
Octal 374 372 311 0 1 24 1 72 131 131
Binary 11111100 11111010 11001001 0 1 10100 1 111010 1011001 1011001

Color Harmonies of #FCFAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAC9

Black with #FCFAC9

Text Example


Text Example

White with #FCFAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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