#FDF8CB

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

Shades of Lemon Chiffon #FDF8CB

Tints of Lemon Chiffon #FDF8CB

Color information

#FDF8CB (or 0xFDF8CB) is unknown color: approx Lemon Chiffon. HEX triplet: FD, F8 and CB. RGB value is (253,248,203). Sum of RGB (Red+Green+Blue) = 253+248+203=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 248 (97.27% from 255 or 35.23% from 704); Blue value is 203 (79.69% from 255 or 28.84% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8CB is #020734. Grayscale: #F4F4F4. Windows color (decimal): -132917 or 13367549. OLE color: 13367549.

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

Color convert

RGB253248203-
CMYK00.020.200.01
HSL54º92.59%89.41%-
HSV(B)54º19.76%99.22%-
XYZ84.8592.3369.85-
YUV244.36104.66134.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.94%
GREEN value IS 248 (97.27% from 255) = 35.23%
BLUE value IS 203 (79.69% from 255) = 28.84%
R=35.94%
G=35.23%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324820300.020.200.015492.5989.41
HexFDF8CB02141365d59
Octal3753703130224166135131
Binary11111101111110001100101101010100111011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF8CB; }

 p { color: rgb(253,248,203); }

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

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

 a { background-color: rgb(253,248,203); }

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

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

 span { border-color: rgb(253,248,203); }

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