#F6FCB5

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

Shades of Chiffon #F6FCB5

Tints of Chiffon #F6FCB5

Color information

#F6FCB5 (or 0xF6FCB5) is unknown color: approx Chiffon. HEX triplet: F6, FC and B5. RGB value is (246,252,181). Sum of RGB (Red+Green+Blue) = 246+252+181=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 181 (71.09% from 255 or 26.66% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FCB5 is #09034A. Grayscale: #F2F2F2. Windows color (decimal): -590667 or 11926774. OLE color: 11926774.

HSL color Cylindrical-coordinate representation of color #F6FCB5: hue angle of 65.07º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6FCB5 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB246252181-
CMYK0.0200.280.01
HSL65.07º92.21%84.9%-
HSV(B)65.07º28.17%98.82%-
XYZ81.1692.5557.3-
YUV242.1193.51130.77-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.23%
GREEN value IS 252 (98.83% from 255) = 37.11%
BLUE value IS 181 (71.09% from 255) = 26.66%
R=36.23%
G=37.11%
B=26.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462521810.0200.280.0165.0792.2184.9
HexF6FCB5201C1415c55
Octal36637426520341101134125
Binary111101101111110010110101100111001100000110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FCB5; }

 p { color: rgb(246,252,181); }

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

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

 a { background-color: rgb(246,252,181); }

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

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

 span { border-color: rgb(246,252,181); }

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