#FDFACF

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

Shades of Lemon Chiffon #FDFACF

Tints of Lemon Chiffon #FDFACF

Color information

#FDFACF (or 0xFDFACF) is unknown color: approx Lemon Chiffon. HEX triplet: FD, FA and CF. RGB value is (253,250,207). Sum of RGB (Red+Green+Blue) = 253+250+207=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 207 (81.25% from 255 or 29.15% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFACF is #020530. Grayscale: #F6F6F6. Windows color (decimal): -132401 or 13630205. OLE color: 13630205.

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

Color convert

RGB253250207-
CMYK00.010.180.01
HSL56.09º92%90.2%-
HSV(B)56.09º18.18%99.22%-
XYZ85.9693.7672.6-
YUV246105.99133-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.63%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 207 (81.25% from 255) = 29.15%
R=35.63%
G=35.21%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325020700.010.180.0156.099290.2
HexFDFACF01121385c5a
Octal3753723170122170134132
Binary1111110111111010110011110110010111100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFACF; }

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

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

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

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

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

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

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

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