#FFF5CA

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

Shades of Lemon Chiffon #FFF5CA

Tints of Lemon Chiffon #FFF5CA

Color information

#FFF5CA (or 0xFFF5CA) is unknown color: approx Lemon Chiffon. HEX triplet: FF, F5 and CA. RGB value is (255,245,202). Sum of RGB (Red+Green+Blue) = 255+245+202=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 202 (79.30% from 255 or 28.77% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5CA is #000A35. Grayscale: #F3F3F3. Windows color (decimal): -2614 or 13301247. OLE color: 13301247.

HSL color Cylindrical-coordinate representation of color #FFF5CA: hue angle of 48.68º 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 #FFF5CA is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB255245202-
CMYK00.040.210
HSL48.68º100%89.61%-
HSV(B)48.68º20.78%100%-
XYZ84.5590.8368.95-
YUV243.09104.81136.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 245 (96.09% from 255) = 34.90%
BLUE value IS 202 (79.30% from 255) = 28.77%
R=36.32%
G=34.90%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524520200.040.21048.6810089.61
HexFFF5CA0415031645a
Octal3773653120425061144132
Binary111111111111010111001010010010101011000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5CA; }

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

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

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

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

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

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

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

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