#FDFAC5

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

Shades of Lemon Chiffon #FDFAC5

Tints of Lemon Chiffon #FDFAC5

Color information

#FDFAC5 (or 0xFDFAC5) is unknown color: approx Lemon Chiffon. HEX triplet: FD, FA and C5. RGB value is (253,250,197). Sum of RGB (Red+Green+Blue) = 253+250+197=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 197 (77.34% from 255 or 28.14% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAC5 is #02053A. Grayscale: #F5F5F5. Windows color (decimal): -132411 or 12974845. OLE color: 12974845.

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

Color convert

RGB253250197-
CMYK00.010.220.01
HSL56.79º93.33%88.24%-
HSV(B)56.79º22.13%99.22%-
XYZ84.7793.2966.36-
YUV244.86100.99133.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.14%
GREEN value IS 250 (98.05% from 255) = 35.71%
BLUE value IS 197 (77.34% from 255) = 28.14%
R=36.14%
G=35.71%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325019700.010.220.0156.7993.3388.24
HexFDFAC501161395d58
Octal3753723050126171135130
Binary1111110111111010110001010110110111100110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAC5; }

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

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

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

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

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

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

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

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