Html Css Color HEX #F0E2BE Half Colonial White

📋 copy color: '#F0E2BE'

red 240 ◦ green 226 ◦ blue 190

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

Shades of Half Colonial White #F0E2BE

Tints of Half Colonial White #F0E2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 28.96%

R = 36.59%
G = 34.45%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0E2BE (or 0xF0E2BE) is known color: Half Colonial White. HEX triplet: F0, E2 and BE. RGB value is (240,226,190). Sum of RGB (Red+Green+Blue) = 240+226+190=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2BE is #0F1D41. Grayscale: #E2E2E2. Windows color (decimal): -990530 or 12509936. OLE color: 12509936.

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

Color convert

RGB 240 226 190 -
CMYK 0 0.06 0.21 0.06
HSL 43.2º 0.63% 0.84% -
HSV(B) 43.2º 0.21% 0.94% -
XYZ 72.43 76.64 59.69 -
YUV 226.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 240 226 190 0 0.06 0.21 0.06 43.2 0.63 0.84
Hex F0 E2 BE 0 6 15 6 2B 3E 54
Octal 360 342 276 0 6 25 6 53 76 124
Binary 11110000 11100010 10111110 0 110 10101 110 101011 111110 1010100

Color Harmonies of #F0E2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E2BE

Black with #F0E2BE

Text Example


Text Example

White with #F0E2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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