Html Css Color HEX #F0E9BA Half Colonial White

📋 copy color: '#F0E9BA'

red 240 ◦ green 233 ◦ blue 186

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

Shades of Half Colonial White #F0E9BA

Tints of Half Colonial White #F0E9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.22%

R = 36.42%
G = 35.36%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0E9BA (or 0xF0E9BA) is known color: Half Colonial White. HEX triplet: F0, E9 and BA. RGB value is (240,233,186). Sum of RGB (Red+Green+Blue) = 240+233+186=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E9BA is #0F1645. Grayscale: #E5E5E5. Windows color (decimal): -988742 or 12249584. OLE color: 12249584.

HSL color Cylindrical-coordinate representation of color #F0E9BA: hue angle of 52.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0E9BA is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 233 186 -
CMYK 0 0.03 0.22 0.06
HSL 52.22º 0.64% 0.84% -
HSV(B) 52.22º 0.23% 0.94% -
XYZ 73.94 80.35 58.07 -
YUV 229.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 240 233 186 0 0.03 0.22 0.06 52.22 0.64 0.84
Hex F0 E9 BA 0 3 16 6 34 40 54
Octal 360 351 272 0 3 26 6 64 100 124
Binary 11110000 11101001 10111010 0 11 10110 110 110100 1000000 1010100

Color Harmonies of #F0E9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E9BA

Black with #F0E9BA

Text Example


Text Example

White with #F0E9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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