Html Css Color HEX #F0E2BB Half Colonial White

📋 copy color: '#F0E2BB'

red 240 ◦ green 226 ◦ blue 187

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

Shades of Half Colonial White #F0E2BB

Tints of Half Colonial White #F0E2BB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.61%

 BLUE value IS 187 (73.44% from 255) = 28.64%

R = 36.75%
G = 34.61%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0E2BB (or 0xF0E2BB) is known color: Half Colonial White. HEX triplet: F0, E2 and BB. RGB value is (240,226,187). Sum of RGB (Red+Green+Blue) = 240+226+187=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2BB is #0F1D44. Grayscale: #E1E1E1. Windows color (decimal): -990533 or 12313328. OLE color: 12313328.

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

Color convert

RGB 240 226 187 -
CMYK 0 0.06 0.22 0.06
HSL 44.15º 0.64% 0.84% -
HSV(B) 44.15º 0.22% 0.94% -
XYZ 72.1 76.51 57.98 -
YUV 225.74 106.14 138.17 -
System Red Green Blue C M Y K H S L
Decimal 240 226 187 0 0.06 0.22 0.06 44.15 0.64 0.84
Hex F0 E2 BB 0 6 16 6 2C 40 54
Octal 360 342 273 0 6 26 6 54 100 124
Binary 11110000 11100010 10111011 0 110 10110 110 101100 1000000 1010100

Color Harmonies of #F0E2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E2BB

Black with #F0E2BB

Text Example


Text Example

White with #F0E2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E2BB; }

 p { color: rgb(240,226,187); }

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

background-color css

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

 a { background-color: rgb(240,226,187); }

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

border-color css

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

 span { border-color: rgb(240,226,187); }

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