#F0E6BE

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

Shades of Half Colonial White #F0E6BE

Tints of Half Colonial White #F0E6BE

Color information

#F0E6BE (or 0xF0E6BE) is unknown color: approx Half Colonial White. HEX triplet: F0, E6 and BE. RGB value is (240,230,190). Sum of RGB (Red+Green+Blue) = 240+230+190=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6BE is #0F1941. Grayscale: #E4E4E4. Windows color (decimal): -989506 or 12510960. OLE color: 12510960.

HSL color Cylindrical-coordinate representation of color #F0E6BE: hue angle of 48º degrees, saturation: 0.62, 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 #F0E6BE is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240230190-
CMYK00.040.210.06
HSL48º62.5%84.31%-
HSV(B)48º20.83%94.12%-
XYZ73.5378.8460.06-
YUV228.43106.31136.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.36%
GREEN value IS 230 (90.23% from 255) = 34.85%
BLUE value IS 190 (74.61% from 255) = 28.79%
R=36.36%
G=34.85%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023019000.040.210.064862.584.31
HexF0E6BE04156303e54
Octal360346276042566076124
Binary1111000011100110101111100100101011101100001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E6BE; }

 p { color: rgb(240,230,190); }

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

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

 a { background-color: rgb(240,230,190); }

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

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

 span { border-color: rgb(240,230,190); }

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