#FDF6CB

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

Shades of Lemon Chiffon #FDF6CB

Tints of Lemon Chiffon #FDF6CB

Color information

#FDF6CB (or 0xFDF6CB) is unknown color: approx Lemon Chiffon. HEX triplet: FD, F6 and CB. RGB value is (253,246,203). Sum of RGB (Red+Green+Blue) = 253+246+203=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 246 (96.48% from 255 or 35.04% from 702); Blue value is 203 (79.69% from 255 or 28.92% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6CB is #020934. Grayscale: #F3F3F3. Windows color (decimal): -133429 or 13367037. OLE color: 13367037.

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

Color convert

RGB253246203-
CMYK00.030.200.01
HSL51.6º92.59%89.41%-
HSV(B)51.6º19.76%99.22%-
XYZ84.2491.1169.65-
YUV243.19105.32135-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.04%
GREEN value IS 246 (96.48% from 255) = 35.04%
BLUE value IS 203 (79.69% from 255) = 28.92%
R=36.04%
G=35.04%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324620300.030.200.0151.692.5989.41
HexFDF6CB03141345d59
Octal3753663130324164135131
Binary11111101111101101100101101110100111010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF6CB; }

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

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

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

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

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

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

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

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