#FFF6CB

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

Shades of Lemon Chiffon #FFF6CB

Tints of Lemon Chiffon #FFF6CB

Color information

#FFF6CB (or 0xFFF6CB) is unknown color: approx Lemon Chiffon. HEX triplet: FF, F6 and CB. RGB value is (255,246,203). Sum of RGB (Red+Green+Blue) = 255+246+203=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 203 (79.69% from 255 or 28.84% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6CB is #000934. Grayscale: #F3F3F3. Windows color (decimal): -2357 or 13367039. OLE color: 13367039.

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

Color convert

RGB255246203-
CMYK00.040.200
HSL49.62º100%89.8%-
HSV(B)49.62º20.39%100%-
XYZ84.9891.4869.68-
YUV243.79104.98136-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.22%
GREEN value IS 246 (96.48% from 255) = 34.94%
BLUE value IS 203 (79.69% from 255) = 28.84%
R=36.22%
G=34.94%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524620300.040.20049.6210089.8
HexFFF6CB0414032645a
Octal3773663130424062144132
Binary111111111111011011001011010010100011001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF6CB; }

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

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

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

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

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

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

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

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