Html Css Color HEX #F0E6BB Half Colonial White

📋 copy color: '#F0E6BB'

red 240 ◦ green 230 ◦ blue 187

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

Shades of Half Colonial White #F0E6BB

Tints of Half Colonial White #F0E6BB

RGB

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

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

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

R = 36.53%
G = 35.01%
B = 28.46%

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

#F0E6BB (or 0xF0E6BB) is known color: Half Colonial White. HEX triplet: F0, E6 and BB. RGB value is (240,230,187). Sum of RGB (Red+Green+Blue) = 240+230+187=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 187 (73.44% from 255 or 28.46% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6BB is #0F1944. Grayscale: #E4E4E4. Windows color (decimal): -989509 or 12314352. OLE color: 12314352.

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

Color convert

RGB 240 230 187 -
CMYK 0 0.04 0.22 0.06
HSL 48.68º 0.64% 0.84% -
HSV(B) 48.68º 0.22% 0.94% -
XYZ 73.2 78.71 58.35 -
YUV 228.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 240 230 187 0 0.04 0.22 0.06 48.68 0.64 0.84
Hex F0 E6 BB 0 4 16 6 31 40 54
Octal 360 346 273 0 4 26 6 61 100 124
Binary 11110000 11100110 10111011 0 100 10110 110 110001 1000000 1010100

Color Harmonies of #F0E6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E6BB

Black with #F0E6BB

Text Example


Text Example

White with #F0E6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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