Html Css Color HEX #F0E9BF Half And Half

📋 copy color: '#F0E9BF'

red 240 ◦ green 233 ◦ blue 191

#F0E9BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half And Half #F0E9BF

Tints of Half And Half #F0E9BF

RGB

 RED value IS 240 (94.14% from 255) = 36.14%

 GREEN value IS 233 (91.41% from 255) = 35.09%

 BLUE value IS 191 (75% from 255) = 28.77%

R = 36.14%
G = 35.09%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0E9BF (or 0xF0E9BF) is known color: Half And Half. HEX triplet: F0, E9 and BF. RGB value is (240,233,191). Sum of RGB (Red+Green+Blue) = 240+233+191=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 191 (75% from 255 or 28.77% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E9BF is #0F1640. Grayscale: #E6E6E6. Windows color (decimal): -988737 or 12577264. OLE color: 12577264.

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

Color convert

RGB 240 233 191 -
CMYK 0 0.03 0.20 0.06
HSL 51.43º 0.62% 0.85% -
HSV(B) 51.43º 0.2% 0.94% -
XYZ 74.48 80.56 60.92 -
YUV 230.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 240 233 191 0 0.03 0.20 0.06 51.43 0.62 0.85
Hex F0 E9 BF 0 3 14 6 33 3E 55
Octal 360 351 277 0 3 24 6 63 76 125
Binary 11110000 11101001 10111111 0 11 10100 110 110011 111110 1010101

Color Harmonies of #F0E9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E9BF

Black with #F0E9BF

Text Example


Text Example

White with #F0E9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E9BF; }

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

 H1.HeaderClassName
 {
   color: #F0E9BF;
 }
 .AnyTagClassName
 {
   color: #F0E9BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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