Html Css Color HEX #F0E6BA Half Colonial White

📋 copy color: '#F0E6BA'

red 240 ◦ green 230 ◦ blue 186

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

Shades of Half Colonial White #F0E6BA

Tints of Half Colonial White #F0E6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.06%

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

R = 36.59%
G = 35.06%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0E6BA (or 0xF0E6BA) is known color: Half Colonial White. HEX triplet: F0, E6 and BA. RGB value is (240,230,186). Sum of RGB (Red+Green+Blue) = 240+230+186=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6BA is #0F1945. Grayscale: #E4E4E4. Windows color (decimal): -989510 or 12248816. OLE color: 12248816.

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

Color convert

RGB 240 230 186 -
CMYK 0 0.04 0.22 0.06
HSL 48.89º 0.64% 0.84% -
HSV(B) 48.89º 0.23% 0.94% -
XYZ 73.09 78.66 57.79 -
YUV 227.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 240 230 186 0 0.04 0.22 0.06 48.89 0.64 0.84
Hex F0 E6 BA 0 4 16 6 31 40 54
Octal 360 346 272 0 4 26 6 61 100 124
Binary 11110000 11100110 10111010 0 100 10110 110 110001 1000000 1010100

Color Harmonies of #F0E6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E6BA

Black with #F0E6BA

Text Example


Text Example

White with #F0E6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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