#F0EBBE

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

Shades of Half And Half #F0EBBE

Tints of Half And Half #F0EBBE

Color information

#F0EBBE (or 0xF0EBBE) is unknown color: approx Half And Half. HEX triplet: F0, EB and BE. RGB value is (240,235,190). Sum of RGB (Red+Green+Blue) = 240+235+190=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 190 (74.61% from 255 or 28.57% from 665); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EBBE is #0F1441. Grayscale: #E7E7E7. Windows color (decimal): -988226 or 12512240. OLE color: 12512240.

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

Color convert

RGB240235190-
CMYK00.020.210.06
HSL54º62.5%84.31%-
HSV(B)54º20.83%94.12%-
XYZ74.9481.6660.53-
YUV231.36104.66134.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.09%
GREEN value IS 235 (92.19% from 255) = 35.34%
BLUE value IS 190 (74.61% from 255) = 28.57%
R=36.09%
G=35.34%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023519000.020.210.065462.584.31
HexF0EBBE02156363e54
Octal360353276022566676124
Binary111100001110101110111110010101011101101101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EBBE; }

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

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

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

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

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

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

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

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