#F0E4BD

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

Shades of Half Colonial White #F0E4BD

Tints of Half Colonial White #F0E4BD

Color information

#F0E4BD (or 0xF0E4BD) is unknown color: approx Half Colonial White. HEX triplet: F0, E4 and BD. RGB value is (240,228,189). Sum of RGB (Red+Green+Blue) = 240+228+189=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4BD is #0F1B42. Grayscale: #E3E3E3. Windows color (decimal): -990019 or 12444912. OLE color: 12444912.

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

Color convert

RGB240228189-
CMYK00.050.210.06
HSL45.88º62.96%84.12%-
HSV(B)45.88º21.25%94.12%-
XYZ72.8677.6959.3-
YUV227.14106.48137.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.53%
GREEN value IS 228 (89.45% from 255) = 34.70%
BLUE value IS 189 (74.22% from 255) = 28.77%
R=36.53%
G=34.70%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022818900.050.210.0645.8862.9684.12
HexF0E4BD051562e3f54
Octal360344275052565677124
Binary1111000011100100101111010101101011101011101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E4BD; }

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

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

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

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

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

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

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

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