#FDF6CD

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

Shades of Lemon Chiffon #FDF6CD

Tints of Lemon Chiffon #FDF6CD

Color information

#FDF6CD (or 0xFDF6CD) is unknown color: approx Lemon Chiffon. HEX triplet: FD, F6 and CD. RGB value is (253,246,205). Sum of RGB (Red+Green+Blue) = 253+246+205=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 205 (80.47% from 255 or 29.12% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6CD is #020932. Grayscale: #F3F3F3. Windows color (decimal): -133427 or 13498109. OLE color: 13498109.

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

Color convert

RGB253246205-
CMYK00.030.190.01
HSL51.25º92.31%89.8%-
HSV(B)51.25º18.97%99.22%-
XYZ84.4891.270.91-
YUV243.42106.32134.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.94%
GREEN value IS 246 (96.48% from 255) = 34.94%
BLUE value IS 205 (80.47% from 255) = 29.12%
R=35.94%
G=34.94%
B=29.12%

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
Decimal25324620500.030.190.0151.2592.3189.8
HexFDF6CD03131335c5a
Octal3753663150323163134132
Binary11111101111101101100110101110011111001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF6CD; }

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

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

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

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

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

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

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

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