#F0EBBF

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

Shades of Half And Half #F0EBBF

Tints of Half And Half #F0EBBF

Color information

#F0EBBF (or 0xF0EBBF) is unknown color: approx Half And Half. HEX triplet: F0, EB and BF. RGB value is (240,235,191). Sum of RGB (Red+Green+Blue) = 240+235+191=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 191 (75% from 255 or 28.68% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EBBF is #0F1440. Grayscale: #E7E7E7. Windows color (decimal): -988225 or 12577776. OLE color: 12577776.

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

Color convert

RGB240235191-
CMYK00.020.200.06
HSL53.88º62.03%84.51%-
HSV(B)53.88º20.42%94.12%-
XYZ75.0581.761.11-
YUV231.48105.16134.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.04%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 191 (75% from 255) = 28.68%
R=36.04%
G=35.29%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023519100.020.200.0653.8862.0384.51
HexF0EBBF02146363e55
Octal360353277022466676125
Binary111100001110101110111111010101001101101101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EBBF; }

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

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

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

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

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

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

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

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