Html Css Color HEX #F0EABD Half And Half

📋 copy color: '#F0EABD'

red 240 ◦ green 234 ◦ blue 189

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

Shades of Half And Half #F0EABD

Tints of Half And Half #F0EABD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.29%

 BLUE value IS 189 (74.22% from 255) = 28.51%

R = 36.2%
G = 35.29%
B = 28.51%

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

#F0EABD (or 0xF0EABD) is known color: Half And Half. HEX triplet: F0, EA and BD. RGB value is (240,234,189). Sum of RGB (Red+Green+Blue) = 240+234+189=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EABD is #0F1542. Grayscale: #E6E6E6. Windows color (decimal): -988483 or 12446448. OLE color: 12446448.

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

Color convert

RGB 240 234 189 -
CMYK 0 0.02 0.21 0.06
HSL 52.94º 0.63% 0.84% -
HSV(B) 52.94º 0.21% 0.94% -
XYZ 74.54 81.05 59.86 -
YUV 230.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 240 234 189 0 0.02 0.21 0.06 52.94 0.63 0.84
Hex F0 EA BD 0 2 15 6 35 3F 54
Octal 360 352 275 0 2 25 6 65 77 124
Binary 11110000 11101010 10111101 0 10 10101 110 110101 111111 1010100

Color Harmonies of #F0EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EABD

Black with #F0EABD

Text Example


Text Example

White with #F0EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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