#F0E4BB

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

Shades of Half Colonial White #F0E4BB

Tints of Half Colonial White #F0E4BB

Color information

#F0E4BB (or 0xF0E4BB) is unknown color: approx Half Colonial White. HEX triplet: F0, E4 and BB. RGB value is (240,228,187). Sum of RGB (Red+Green+Blue) = 240+228+187=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4BB is #0F1B44. Grayscale: #E3E3E3. Windows color (decimal): -990021 or 12313840. OLE color: 12313840.

HSL color Cylindrical-coordinate representation of color #F0E4BB: hue angle of 46.42º 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 #F0E4BB is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240228187-
CMYK00.050.220.06
HSL46.42º63.86%83.73%-
HSV(B)46.42º22.08%94.12%-
XYZ72.6577.658.16-
YUV226.91105.48137.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.64%
GREEN value IS 228 (89.45% from 255) = 34.81%
BLUE value IS 187 (73.44% from 255) = 28.55%
R=36.64%
G=34.81%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022818700.050.220.0646.4263.8683.73
HexF0E4BB051662e4054
Octal3603442730526656100124
Binary11110000111001001011101101011011011010111010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E4BB; }

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

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

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

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

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

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

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

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