#FDFAC9

Color #FDFAC9 Lemon Chiffon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Chiffon #FDFAC9

Tints of Lemon Chiffon #FDFAC9

Color information

#FDFAC9 (or 0xFDFAC9) is unknown color: approx Lemon Chiffon. HEX triplet: FD, FA and C9. RGB value is (253,250,201). Sum of RGB (Red+Green+Blue) = 253+250+201=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 201 (78.91% from 255 or 28.55% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAC9 is #020536. Grayscale: #F5F5F5. Windows color (decimal): -132407 or 13236989. OLE color: 13236989.

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

Color convert

RGB253250201-
CMYK00.010.210.01
HSL56.54º92.86%89.02%-
HSV(B)56.54º20.55%99.22%-
XYZ85.2493.4768.81-
YUV245.31102.99133.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.94%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 201 (78.91% from 255) = 28.55%
R=35.94%
G=35.51%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325020100.010.210.0156.5492.8689.02
HexFDFAC901151395d59
Octal3753723110125171135131
Binary1111110111111010110010010110101111100110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAC9; }

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

 H1.HeaderClassName
 {
   color: #FDFAC9;
 }
 .AnyTagClassName
 {
   color: #FDFAC9;
 }
</style>
background-color css

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

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

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

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

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

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