#FDF7CA

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

Shades of Lemon Chiffon #FDF7CA

Tints of Lemon Chiffon #FDF7CA

Color information

#FDF7CA (or 0xFDF7CA) is unknown color: approx Lemon Chiffon. HEX triplet: FD, F7 and CA. RGB value is (253,247,202). Sum of RGB (Red+Green+Blue) = 253+247+202=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 247 (96.88% from 255 or 35.19% from 702); Blue value is 202 (79.30% from 255 or 28.77% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7CA is #020835. Grayscale: #F3F3F3. Windows color (decimal): -133174 or 13301757. OLE color: 13301757.

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

Color convert

RGB253247202-
CMYK00.020.200.01
HSL52.94º92.73%89.22%-
HSV(B)52.94º20.16%99.22%-
XYZ84.4391.6769.12-
YUV243.66104.49134.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.04%
GREEN value IS 247 (96.88% from 255) = 35.19%
BLUE value IS 202 (79.30% from 255) = 28.77%
R=36.04%
G=35.19%
B=28.77%

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
Decimal25324720200.020.200.0152.9492.7389.22
HexFDF7CA02141355d59
Octal3753673120224165135131
Binary11111101111101111100101001010100111010110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF7CA; }

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

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

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

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

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

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

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

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