Html Css Color HEX #F0E4BA Half Colonial White

📋 copy color: '#F0E4BA'

red 240 ◦ green 228 ◦ blue 186

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

Shades of Half Colonial White #F0E4BA

Tints of Half Colonial White #F0E4BA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.86%

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

R = 36.7%
G = 34.86%
B = 28.44%

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

#F0E4BA (or 0xF0E4BA) is known color: Half Colonial White. HEX triplet: F0, E4 and BA. RGB value is (240,228,186). Sum of RGB (Red+Green+Blue) = 240+228+186=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4BA is #0F1B45. Grayscale: #E2E2E2. Windows color (decimal): -990022 or 12248304. OLE color: 12248304.

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

Color convert

RGB 240 228 186 -
CMYK 0 0.05 0.22 0.06
HSL 46.67º 0.64% 0.84% -
HSV(B) 46.67º 0.23% 0.94% -
XYZ 72.54 77.56 57.6 -
YUV 226.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 240 228 186 0 0.05 0.22 0.06 46.67 0.64 0.84
Hex F0 E4 BA 0 5 16 6 2F 40 54
Octal 360 344 272 0 5 26 6 57 100 124
Binary 11110000 11100100 10111010 0 101 10110 110 101111 1000000 1010100

Color Harmonies of #F0E4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E4BA

Black with #F0E4BA

Text Example


Text Example

White with #F0E4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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