#F6FCBA

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

Shades of Chiffon #F6FCBA

Tints of Chiffon #F6FCBA

Color information

#F6FCBA (or 0xF6FCBA) is unknown color: approx Chiffon. HEX triplet: F6, FC and BA. RGB value is (246,252,186). Sum of RGB (Red+Green+Blue) = 246+252+186=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 186 (73.05% from 255 or 27.19% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FCBA is #090345. Grayscale: #F2F2F2. Windows color (decimal): -590662 or 12254454. OLE color: 12254454.

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

Color convert

RGB246252186-
CMYK0.0200.260.01
HSL65.45º91.67%85.88%-
HSV(B)65.45º26.19%98.82%-
XYZ81.6892.7660.05-
YUV242.6896.01130.37-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.96%
GREEN value IS 252 (98.83% from 255) = 36.84%
BLUE value IS 186 (73.05% from 255) = 27.19%
R=35.96%
G=36.84%
B=27.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462521860.0200.260.0165.4591.6785.88
HexF6FCBA201A1415c56
Octal36637427220321101134126
Binary111101101111110010111010100110101100000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FCBA; }

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

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

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

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

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

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

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

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