#F0F1B5

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

Shades of Chiffon #F0F1B5

Tints of Chiffon #F0F1B5

Color information

#F0F1B5 (or 0xF0F1B5) is unknown color: approx Chiffon. HEX triplet: F0, F1 and B5. RGB value is (240,241,181). Sum of RGB (Red+Green+Blue) = 240+241+181=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 181 (71.09% from 255 or 27.34% from 662); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1B5 is #0F0E4A. Grayscale: #EAEAEA. Windows color (decimal): -986699 or 11923952. OLE color: 11923952.

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

Color convert

RGB240241181-
CMYK0.0000.250.05
HSL61º68.18%82.75%-
HSV(B)61º24.9%94.51%-
XYZ75.7384.7756.09-
YUV233.8698.17132.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 241 (94.53% from 255) = 36.40%
BLUE value IS 181 (71.09% from 255) = 27.34%
R=36.25%
G=36.40%
B=27.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402411810.0000.250.056168.1882.75
HexF0F1B5001953d4453
Octal3603612650031575104123
Binary111100001111000110110101001100110111110110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F1B5; }

 p { color: rgb(240,241,181); }

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

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

 a { background-color: rgb(240,241,181); }

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

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

 span { border-color: rgb(240,241,181); }

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