#F2F9BB

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

Shades of Chiffon #F2F9BB

Tints of Chiffon #F2F9BB

Color information

#F2F9BB (or 0xF2F9BB) is unknown color: approx Chiffon. HEX triplet: F2, F9 and BB. RGB value is (242,249,187). Sum of RGB (Red+Green+Blue) = 242+249+187=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 249 (97.66% from 255 or 36.73% from 678); Blue value is 187 (73.44% from 255 or 27.58% from 678); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F9BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F9BB is #0D0644. Grayscale: #F0F0F0. Windows color (decimal): -853573 or 12319218. OLE color: 12319218.

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

Color convert

RGB242249187-
CMYK0.0300.250.02
HSL66.77º83.78%85.49%-
HSV(B)66.77º24.9%97.65%-
XYZ79.4690.2260.24-
YUV239.8498.18129.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.69%
GREEN value IS 249 (97.66% from 255) = 36.73%
BLUE value IS 187 (73.44% from 255) = 27.58%
R=35.69%
G=36.73%
B=27.58%

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
Decimal2422491870.0300.250.0266.7783.7885.49
HexF2F9BB30192435455
Octal36237127330312103124125
Binary1111001011111001101110111101100110100001110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F9BB; }

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

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

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

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

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

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

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

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