#F6F9BA

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

Shades of Chiffon #F6F9BA

Tints of Chiffon #F6F9BA

Color information

#F6F9BA (or 0xF6F9BA) is unknown color: approx Chiffon. HEX triplet: F6, F9 and BA. RGB value is (246,249,186). Sum of RGB (Red+Green+Blue) = 246+249+186=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 249 (97.66% from 255 or 36.56% from 681); Blue value is 186 (73.05% from 255 or 27.31% from 681); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F9BA is #090645. Grayscale: #F1F1F1. Windows color (decimal): -591430 or 12253686. OLE color: 12253686.

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

Color convert

RGB246249186-
CMYK0.0100.250.02
HSL62.86º84%85.29%-
HSV(B)62.86º25.3%97.65%-
XYZ80.7490.8959.74-
YUV240.9297.01131.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.12%
GREEN value IS 249 (97.66% from 255) = 36.56%
BLUE value IS 186 (73.05% from 255) = 27.31%
R=36.12%
G=36.56%
B=27.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462491860.0100.250.0262.868485.29
HexF6F9BA101923f5455
Octal3663712721031277124125
Binary11110110111110011011101010110011011111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F9BA; }

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

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

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

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

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

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

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

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