#FDF5CC

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

Shades of Lemon Chiffon #FDF5CC

Tints of Lemon Chiffon #FDF5CC

Color information

#FDF5CC (or 0xFDF5CC) is unknown color: approx Lemon Chiffon. HEX triplet: FD, F5 and CC. RGB value is (253,245,204). Sum of RGB (Red+Green+Blue) = 253+245+204=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 204 (80.08% from 255 or 29.06% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5CC is #020A33. Grayscale: #F2F2F2. Windows color (decimal): -133684 or 13432317. OLE color: 13432317.

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

Color convert

RGB253245204-
CMYK00.030.190.01
HSL50.2º92.45%89.61%-
HSV(B)50.2º19.37%99.22%-
XYZ84.0690.5570.17-
YUV242.72106.15135.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.04%
GREEN value IS 245 (96.09% from 255) = 34.90%
BLUE value IS 204 (80.08% from 255) = 29.06%
R=36.04%
G=34.90%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324520400.030.190.0150.292.4589.61
HexFDF5CC03131325c5a
Octal3753653140323162134132
Binary11111101111101011100110001110011111001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5CC; }

 p { color: rgb(253,245,204); }

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

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

 a { background-color: rgb(253,245,204); }

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

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

 span { border-color: rgb(253,245,204); }

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