#F0E8BB

Color #F0E8BB Half Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Colonial White #F0E8BB

Tints of Half Colonial White #F0E8BB

Color information

#F0E8BB (or 0xF0E8BB) is unknown color: approx Half Colonial White. HEX triplet: F0, E8 and BB. RGB value is (240,232,187). Sum of RGB (Red+Green+Blue) = 240+232+187=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 187 (73.44% from 255 or 28.38% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8BB is #0F1744. Grayscale: #E5E5E5. Windows color (decimal): -988997 or 12314864. OLE color: 12314864.

HSL color Cylindrical-coordinate representation of color #F0E8BB: hue angle of 50.94º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0E8BB is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240232187-
CMYK00.030.220.06
HSL50.94º63.86%83.73%-
HSV(B)50.94º22.08%94.12%-
XYZ73.7679.8358.53-
YUV229.26104.15135.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.42%
GREEN value IS 232 (91.02% from 255) = 35.20%
BLUE value IS 187 (73.44% from 255) = 28.38%
R=36.42%
G=35.20%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023218700.030.220.0650.9463.8683.73
HexF0E8BB03166334054
Octal3603502730326663100124
Binary1111000011101000101110110111011011011001110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E8BB; }

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

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

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

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

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

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

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

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