#F0E8C0

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

Shades of Half Colonial White #F0E8C0

Tints of Half Colonial White #F0E8C0

Color information

#F0E8C0 (or 0xF0E8C0) is unknown color: approx Half Colonial White. HEX triplet: F0, E8 and C0. RGB value is (240,232,192). Sum of RGB (Red+Green+Blue) = 240+232+192=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 192 (75.39% from 255 or 28.92% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8C0 is #0F173F. Grayscale: #E6E6E6. Windows color (decimal): -988992 or 12642544. OLE color: 12642544.

HSL color Cylindrical-coordinate representation of color #F0E8C0: hue angle of 50º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0E8C0 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240232192-
CMYK00.030.200.06
HSL50º61.54%84.71%-
HSV(B)50º20%94.12%-
XYZ74.3180.0461.4-
YUV229.83106.65135.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.14%
GREEN value IS 232 (91.02% from 255) = 34.94%
BLUE value IS 192 (75.39% from 255) = 28.92%
R=36.14%
G=34.94%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023219200.030.200.065061.5484.71
HexF0E8C003146323e55
Octal360350300032466276125
Binary111100001110100011000000011101001101100101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E8C0; }

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

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

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

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

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

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

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

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