#F5F9BA

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

Shades of Chiffon #F5F9BA

Tints of Chiffon #F5F9BA

Color information

#F5F9BA (or 0xF5F9BA) is unknown color: approx Chiffon. HEX triplet: F5, F9 and BA. RGB value is (245,249,186). Sum of RGB (Red+Green+Blue) = 245+249+186=680 (90% of max value = 765). Red value is 245 (96.09% from 255 or 36.03% from 680); Green value is 249 (97.66% from 255 or 36.62% from 680); Blue value is 186 (73.05% from 255 or 27.35% from 680); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F9BA is #0A0645. Grayscale: #F0F0F0. Windows color (decimal): -656966 or 12253685. OLE color: 12253685.

HSL color Cylindrical-coordinate representation of color #F5F9BA: hue angle of 63.81º 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 #F5F9BA is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB245249186-
CMYK0.0200.250.02
HSL63.81º84%85.29%-
HSV(B)63.81º25.3%97.65%-
XYZ80.3990.7159.73-
YUV240.6297.17131.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.03%
GREEN value IS 249 (97.66% from 255) = 36.62%
BLUE value IS 186 (73.05% from 255) = 27.35%
R=36.03%
G=36.62%
B=27.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452491860.0200.250.0263.818485.29
HexF5F9BA20192405455
Octal36537127220312100124125
Binary1111010111111001101110101001100110100000010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F9BA; }

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

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

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

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

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

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

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

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