Html Css Color HEX #F0EBBE Half And Half

📋 copy color: '#F0EBBE'

red 240 ◦ green 235 ◦ blue 190

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

Shades of Half And Half #F0EBBE

Tints of Half And Half #F0EBBE

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 value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0EBBE (or 0xF0EBBE) is known color: 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

RGB 240 235 190 -
CMYK 0 0.02 0.21 0.06
HSL 54º 0.63% 0.84% -
HSV(B) 54º 0.21% 0.94% -
XYZ 74.94 81.66 60.53 -
YUV 231.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 240 235 190 0 0.02 0.21 0.06 54 0.63 0.84
Hex F0 EB BE 0 2 15 6 36 3E 54
Octal 360 353 276 0 2 25 6 66 76 124
Binary 11110000 11101011 10111110 0 10 10101 110 110110 111110 1010100

Color Harmonies of #F0EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EBBE

Black with #F0EBBE

Text Example


Text Example

White with #F0EBBE

Text Example


Text Example

HTML Codes & Css Web 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>