#F0F2BB

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

Shades of Chiffon #F0F2BB

Tints of Chiffon #F0F2BB

Color information

#F0F2BB (or 0xF0F2BB) is unknown color: approx Chiffon. HEX triplet: F0, F2 and BB. RGB value is (240,242,187). Sum of RGB (Red+Green+Blue) = 240+242+187=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 187 (73.44% from 255 or 27.95% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2BB is #0F0D44. Grayscale: #EBEBEB. Windows color (decimal): -986437 or 12317424. OLE color: 12317424.

HSL color Cylindrical-coordinate representation of color #F0F2BB: hue angle of 62.18º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0F2BB is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB240242187-
CMYK0.0100.230.05
HSL62.18º67.9%84.12%-
HSV(B)62.18º22.73%94.9%-
XYZ76.6685.6259.5-
YUV235.13100.84131.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.87%
GREEN value IS 242 (94.92% from 255) = 36.17%
BLUE value IS 187 (73.44% from 255) = 27.95%
R=35.87%
G=36.17%
B=27.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402421870.0100.230.0562.1867.984.12
HexF0F2BB101753e4454
Octal3603622731027576104124
Binary111100001111001010111011101011110111111010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2BB; }

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

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

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

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

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

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

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

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