#F0F4BD

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

Shades of Chiffon #F0F4BD

Tints of Chiffon #F0F4BD

Color information

#F0F4BD (or 0xF0F4BD) is unknown color: approx Chiffon. HEX triplet: F0, F4 and BD. RGB value is (240,244,189). Sum of RGB (Red+Green+Blue) = 240+244+189=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 244 (95.70% from 255 or 36.26% from 673); Blue value is 189 (74.22% from 255 or 28.08% from 673); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F4BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F4BD is #0F0B42. Grayscale: #ECECEC. Windows color (decimal): -985923 or 12449008. OLE color: 12449008.

HSL color Cylindrical-coordinate representation of color #F0F4BD: hue angle of 64.36º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0F4BD is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB240244189-
CMYK0.0200.230.04
HSL64.36º71.43%84.9%-
HSV(B)64.36º22.54%95.69%-
XYZ77.4786.960.83-
YUV236.53101.17130.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.66%
GREEN value IS 244 (95.70% from 255) = 36.26%
BLUE value IS 189 (74.22% from 255) = 28.08%
R=35.66%
G=36.26%
B=28.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402441890.0200.230.0464.3671.4384.9
HexF0F4BD20174404755
Octal36036427520274100107125
Binary11110000111101001011110110010111100100000010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F4BD; }

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

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

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

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

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

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

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

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