#FFF8CA

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

Shades of Lemon Chiffon #FFF8CA

Tints of Lemon Chiffon #FFF8CA

Color information

#FFF8CA (or 0xFFF8CA) is unknown color: approx Lemon Chiffon. HEX triplet: FF, F8 and CA. RGB value is (255,248,202). Sum of RGB (Red+Green+Blue) = 255+248+202=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 202 (79.30% from 255 or 28.65% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8CA is #000735. Grayscale: #F5F5F5. Windows color (decimal): -1846 or 13302015. OLE color: 13302015.

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

Color convert

RGB255248202-
CMYK00.030.210
HSL52.08º100%89.61%-
HSV(B)52.08º20.78%100%-
XYZ85.4792.6669.26-
YUV244.85103.82135.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.17%
GREEN value IS 248 (97.27% from 255) = 35.18%
BLUE value IS 202 (79.30% from 255) = 28.65%
R=36.17%
G=35.18%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524820200.030.21052.0810089.61
HexFFF8CA0315034645a
Octal3773703120325064144132
Binary11111111111110001100101001110101011010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF8CA; }

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

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

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

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

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

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

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

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