#FDF6CA

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

Shades of Lemon Chiffon #FDF6CA

Tints of Lemon Chiffon #FDF6CA

Color information

#FDF6CA (or 0xFDF6CA) is unknown color: approx Lemon Chiffon. HEX triplet: FD, F6 and CA. RGB value is (253,246,202). Sum of RGB (Red+Green+Blue) = 253+246+202=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 246 (96.48% from 255 or 35.09% from 701); Blue value is 202 (79.30% from 255 or 28.82% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6CA is #020935. Grayscale: #F3F3F3. Windows color (decimal): -133430 or 13301501. OLE color: 13301501.

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

Color convert

RGB253246202-
CMYK00.030.200.01
HSL51.76º92.73%89.22%-
HSV(B)51.76º20.16%99.22%-
XYZ84.1291.0669.02-
YUV243.08104.82135.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.09%
GREEN value IS 246 (96.48% from 255) = 35.09%
BLUE value IS 202 (79.30% from 255) = 28.82%
R=36.09%
G=35.09%
B=28.82%

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
Decimal25324620200.030.200.0151.7692.7389.22
HexFDF6CA03141345d59
Octal3753663120324164135131
Binary11111101111101101100101001110100111010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF6CA; }

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

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

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

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

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

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

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

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