Html Css Color HEX #F0E5BA Half Colonial White

📋 copy color: '#F0E5BA'

red 240 ◦ green 229 ◦ blue 186

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

Shades of Half Colonial White #F0E5BA

Tints of Half Colonial White #F0E5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.96%

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

R = 36.64%
G = 34.96%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0E5BA (or 0xF0E5BA) is known color: Half Colonial White. HEX triplet: F0, E5 and BA. RGB value is (240,229,186). Sum of RGB (Red+Green+Blue) = 240+229+186=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E5BA is #0F1A45. Grayscale: #E3E3E3. Windows color (decimal): -989766 or 12248560. OLE color: 12248560.

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

Color convert

RGB 240 229 186 -
CMYK 0 0.05 0.22 0.06
HSL 47.78º 0.64% 0.84% -
HSV(B) 47.78º 0.23% 0.94% -
XYZ 72.82 78.11 57.69 -
YUV 227.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 240 229 186 0 0.05 0.22 0.06 47.78 0.64 0.84
Hex F0 E5 BA 0 5 16 6 30 40 54
Octal 360 345 272 0 5 26 6 60 100 124
Binary 11110000 11100101 10111010 0 101 10110 110 110000 1000000 1010100

Color Harmonies of #F0E5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E5BA

Black with #F0E5BA

Text Example


Text Example

White with #F0E5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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