#FDFACD

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

Shades of Lemon Chiffon #FDFACD

Tints of Lemon Chiffon #FDFACD

Color information

#FDFACD (or 0xFDFACD) is unknown color: approx Lemon Chiffon. HEX triplet: FD, FA and CD. RGB value is (253,250,205). Sum of RGB (Red+Green+Blue) = 253+250+205=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 205 (80.47% from 255 or 28.95% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFACD is #020532. Grayscale: #F5F5F5. Windows color (decimal): -132403 or 13499133. OLE color: 13499133.

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

Color convert

RGB253250205-
CMYK00.010.190.01
HSL56.25º92.31%89.8%-
HSV(B)56.25º18.97%99.22%-
XYZ85.7193.6671.32-
YUV245.77104.99133.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.73%
GREEN value IS 250 (98.05% from 255) = 35.31%
BLUE value IS 205 (80.47% from 255) = 28.95%
R=35.73%
G=35.31%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325020500.010.190.0156.2592.3189.8
HexFDFACD01131385c5a
Octal3753723150123170134132
Binary1111110111111010110011010110011111100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFACD; }

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

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

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

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

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

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

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

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