Html Css Color HEX #F0E3BF Half Colonial White

📋 copy color: '#F0E3BF'

red 240 ◦ green 227 ◦ blue 191

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

Shades of Half Colonial White #F0E3BF

Tints of Half Colonial White #F0E3BF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.5%

 BLUE value IS 191 (75% from 255) = 29.03%

R = 36.47%
G = 34.5%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0E3BF (or 0xF0E3BF) is known color: Half Colonial White. HEX triplet: F0, E3 and BF. RGB value is (240,227,191). Sum of RGB (Red+Green+Blue) = 240+227+191=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 227 (89.06% from 255 or 34.50% from 658); Blue value is 191 (75% from 255 or 29.03% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E3BF is #0F1C40. Grayscale: #E2E2E2. Windows color (decimal): -990273 or 12575728. OLE color: 12575728.

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

Color convert

RGB 240 227 191 -
CMYK 0 0.05 0.20 0.06
HSL 44.08º 0.62% 0.85% -
HSV(B) 44.08º 0.2% 0.94% -
XYZ 72.81 77.23 60.36 -
YUV 226.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 240 227 191 0 0.05 0.20 0.06 44.08 0.62 0.85
Hex F0 E3 BF 0 5 14 6 2C 3E 55
Octal 360 343 277 0 5 24 6 54 76 125
Binary 11110000 11100011 10111111 0 101 10100 110 101100 111110 1010101

Color Harmonies of #F0E3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E3BF

Black with #F0E3BF

Text Example


Text Example

White with #F0E3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E3BF; }

 p { color: rgb(240,227,191); }

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

background-color css

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

 a { background-color: rgb(240,227,191); }

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

border-color css

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

 span { border-color: rgb(240,227,191); }

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