#F2F9BA

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

Shades of Chiffon #F2F9BA

Tints of Chiffon #F2F9BA

Color information

#F2F9BA (or 0xF2F9BA) is unknown color: approx Chiffon. HEX triplet: F2, F9 and BA. RGB value is (242,249,186). Sum of RGB (Red+Green+Blue) = 242+249+186=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 186 (73.05% from 255 or 27.47% from 677); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F9BA is #0D0645. Grayscale: #EFEFEF. Windows color (decimal): -853574 or 12253682. OLE color: 12253682.

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

Color convert

RGB242249186-
CMYK0.0300.250.02
HSL66.67º84%85.29%-
HSV(B)66.67º25.3%97.65%-
XYZ79.3690.1759.68-
YUV239.7297.68129.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.75%
GREEN value IS 249 (97.66% from 255) = 36.78%
BLUE value IS 186 (73.05% from 255) = 27.47%
R=35.75%
G=36.78%
B=27.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422491860.0300.250.0266.678485.29
HexF2F9BA30192435455
Octal36237127230312103124125
Binary1111001011111001101110101101100110100001110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F9BA; }

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

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

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

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

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

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

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

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