#F0EAC9

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

Shades of Half And Half #F0EAC9

Tints of Half And Half #F0EAC9

Color information

#F0EAC9 (or 0xF0EAC9) is unknown color: approx Half And Half. HEX triplet: F0, EA and C9. RGB value is (240,234,201). Sum of RGB (Red+Green+Blue) = 240+234+201=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 201 (78.91% from 255 or 29.78% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EAC9 is #0F1536. Grayscale: #E8E8E8. Windows color (decimal): -988471 or 13232880. OLE color: 13232880.

HSL color Cylindrical-coordinate representation of color #F0EAC9: hue angle of 50.77º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0EAC9 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240234201-
CMYK00.020.160.06
HSL50.77º56.52%86.47%-
HSV(B)50.77º16.25%94.12%-
XYZ75.981.5967.01-
YUV232.03110.49133.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.56%
GREEN value IS 234 (91.80% from 255) = 34.67%
BLUE value IS 201 (78.91% from 255) = 29.78%
R=35.56%
G=34.67%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023420100.020.160.0650.7756.5286.47
HexF0EAC902106333956
Octal360352311022066371126
Binary111100001110101011001001010100001101100111110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EAC9; }

 p { color: rgb(240,234,201); }

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

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

 a { background-color: rgb(240,234,201); }

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

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

 span { border-color: rgb(240,234,201); }

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