#F0E3C0

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

Shades of Half Colonial White #F0E3C0

Tints of Half Colonial White #F0E3C0

Color information

#F0E3C0 (or 0xF0E3C0) is unknown color: approx Half Colonial White. HEX triplet: F0, E3 and C0. RGB value is (240,227,192). Sum of RGB (Red+Green+Blue) = 240+227+192=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 227 (89.06% from 255 or 34.45% from 659); Blue value is 192 (75.39% from 255 or 29.14% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E3C0 is #0F1C3F. Grayscale: #E3E3E3. Windows color (decimal): -990272 or 12641264. OLE color: 12641264.

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

Color convert

RGB240227192-
CMYK00.050.200.06
HSL43.75º61.54%84.71%-
HSV(B)43.75º20%94.12%-
XYZ72.9277.2760.94-
YUV226.9108.31137.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.42%
GREEN value IS 227 (89.06% from 255) = 34.45%
BLUE value IS 192 (75.39% from 255) = 29.14%
R=36.42%
G=34.45%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022719200.050.200.0643.7561.5484.71
HexF0E3C0051462c3e55
Octal360343300052465476125
Binary1111000011100011110000000101101001101011001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E3C0; }

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

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

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

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

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

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

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

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