#FDF8CD

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

Shades of Lemon Chiffon #FDF8CD

Tints of Lemon Chiffon #FDF8CD

Color information

#FDF8CD (or 0xFDF8CD) is unknown color: approx Lemon Chiffon. HEX triplet: FD, F8 and CD. RGB value is (253,248,205). Sum of RGB (Red+Green+Blue) = 253+248+205=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 248 (97.27% from 255 or 35.13% from 706); Blue value is 205 (80.47% from 255 or 29.04% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8CD is #020732. Grayscale: #F4F4F4. Windows color (decimal): -132915 or 13498621. OLE color: 13498621.

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

Color convert

RGB253248205-
CMYK00.020.190.01
HSL53.75º92.31%89.8%-
HSV(B)53.75º18.97%99.22%-
XYZ85.0992.4371.11-
YUV244.59105.66134-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.84%
GREEN value IS 248 (97.27% from 255) = 35.13%
BLUE value IS 205 (80.47% from 255) = 29.04%
R=35.84%
G=35.13%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324820500.020.190.0153.7592.3189.8
HexFDF8CD02131365c5a
Octal3753703150223166134132
Binary11111101111110001100110101010011111011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF8CD; }

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

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

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

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

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

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

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

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