#F6FEC0

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

Shades of Chiffon #F6FEC0

Tints of Chiffon #F6FEC0

Color information

#F6FEC0 (or 0xF6FEC0) is unknown color: approx Chiffon. HEX triplet: F6, FE and C0. RGB value is (246,254,192). Sum of RGB (Red+Green+Blue) = 246+254+192=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 192 (75.39% from 255 or 27.75% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FEC0 is #09013F. Grayscale: #F4F4F4. Windows color (decimal): -590144 or 12648182. OLE color: 12648182.

HSL color Cylindrical-coordinate representation of color #F6FEC0: hue angle of 67.74º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6FEC0 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB246254192-
CMYK0.0300.240.00
HSL67.74º96.88%87.45%-
HSV(B)67.74º24.41%99.61%-
XYZ82.9694.2863.69-
YUV244.5498.35129.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.55%
GREEN value IS 254 (99.61% from 255) = 36.71%
BLUE value IS 192 (75.39% from 255) = 27.75%
R=35.55%
G=36.71%
B=27.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462541920.0300.240.0067.7496.8887.45
HexF6FEC030180446157
Octal36637630030300104141127
Binary111101101111111011000000110110000100010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FEC0; }

 p { color: rgb(246,254,192); }

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

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

 a { background-color: rgb(246,254,192); }

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

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

 span { border-color: rgb(246,254,192); }

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