#F6F9BE

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

Shades of Chiffon #F6F9BE

Tints of Chiffon #F6F9BE

Color information

#F6F9BE (or 0xF6F9BE) is unknown color: approx Chiffon. HEX triplet: F6, F9 and BE. RGB value is (246,249,190). Sum of RGB (Red+Green+Blue) = 246+249+190=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 249 (97.66% from 255 or 36.35% from 685); Blue value is 190 (74.61% from 255 or 27.74% from 685); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F9BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F9BE is #090641. Grayscale: #F1F1F1. Windows color (decimal): -591426 or 12515830. OLE color: 12515830.

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

Color convert

RGB246249190-
CMYK0.0100.240.02
HSL63.05º83.1%86.08%-
HSV(B)63.05º23.69%97.65%-
XYZ81.1891.0662.01-
YUV241.3899.01131.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.91%
GREEN value IS 249 (97.66% from 255) = 36.35%
BLUE value IS 190 (74.61% from 255) = 27.74%
R=35.91%
G=36.35%
B=27.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462491900.0100.240.0263.0583.186.08
HexF6F9BE101823f5356
Octal3663712761030277123126
Binary11110110111110011011111010110001011111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F9BE; }

 p { color: rgb(246,249,190); }

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

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

 a { background-color: rgb(246,249,190); }

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

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

 span { border-color: rgb(246,249,190); }

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