#F0F2BD

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

Shades of Chiffon #F0F2BD

Tints of Chiffon #F0F2BD

Color information

#F0F2BD (or 0xF0F2BD) is unknown color: approx Chiffon. HEX triplet: F0, F2 and BD. RGB value is (240,242,189). Sum of RGB (Red+Green+Blue) = 240+242+189=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 189 (74.22% from 255 or 28.17% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2BD is #0F0D42. Grayscale: #EBEBEB. Windows color (decimal): -986435 or 12448496. OLE color: 12448496.

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

Color convert

RGB240242189-
CMYK0.0100.220.05
HSL62.26º67.09%84.51%-
HSV(B)62.26º21.9%94.9%-
XYZ76.8785.760.63-
YUV235.36101.84131.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.77%
GREEN value IS 242 (94.92% from 255) = 36.07%
BLUE value IS 189 (74.22% from 255) = 28.17%
R=35.77%
G=36.07%
B=28.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402421890.0100.220.0562.2667.0984.51
HexF0F2BD101653e4355
Octal3603622751026576103125
Binary111100001111001010111101101011010111111010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2BD; }

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

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

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

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

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

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

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

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