#FFF7CA

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

Shades of Lemon Chiffon #FFF7CA

Tints of Lemon Chiffon #FFF7CA

Color information

#FFF7CA (or 0xFFF7CA) is unknown color: approx Lemon Chiffon. HEX triplet: FF, F7 and CA. RGB value is (255,247,202). Sum of RGB (Red+Green+Blue) = 255+247+202=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 247 (96.88% from 255 or 35.09% from 704); Blue value is 202 (79.30% from 255 or 28.69% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7CA is #000835. Grayscale: #F4F4F4. Windows color (decimal): -2102 or 13301759. OLE color: 13301759.

HSL color Cylindrical-coordinate representation of color #FFF7CA: hue angle of 50.94º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFF7CA is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB255247202-
CMYK00.030.210
HSL50.94º100%89.61%-
HSV(B)50.94º20.78%100%-
XYZ85.1692.0569.16-
YUV244.26104.15135.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.22%
GREEN value IS 247 (96.88% from 255) = 35.09%
BLUE value IS 202 (79.30% from 255) = 28.69%
R=36.22%
G=35.09%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524720200.030.21050.9410089.61
HexFFF7CA0315033645a
Octal3773673120325063144132
Binary11111111111101111100101001110101011001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF7CA; }

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

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

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

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

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

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

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

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