#FFF6CA

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

Shades of Lemon Chiffon #FFF6CA

Tints of Lemon Chiffon #FFF6CA

Color information

#FFF6CA (or 0xFFF6CA) is unknown color: approx Lemon Chiffon. HEX triplet: FF, F6 and CA. RGB value is (255,246,202). Sum of RGB (Red+Green+Blue) = 255+246+202=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 246 (96.48% from 255 or 34.99% from 703); Blue value is 202 (79.30% from 255 or 28.73% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6CA is #000935. Grayscale: #F3F3F3. Windows color (decimal): -2358 or 13301503. OLE color: 13301503.

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

Color convert

RGB255246202-
CMYK00.040.210
HSL49.81º100%89.61%-
HSV(B)49.81º20.78%100%-
XYZ84.8691.4469.05-
YUV243.68104.48136.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.27%
GREEN value IS 246 (96.48% from 255) = 34.99%
BLUE value IS 202 (79.30% from 255) = 28.73%
R=36.27%
G=34.99%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524620200.040.21049.8110089.61
HexFFF6CA0415032645a
Octal3773663120425062144132
Binary111111111111011011001010010010101011001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF6CA; }

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

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

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

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

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

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

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

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