#F5EABC

Color #F5EABC Half Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Colonial White #F5EABC

Tints of Half Colonial White #F5EABC

Color information

#F5EABC (or 0xF5EABC) is unknown color: approx Half Colonial White. HEX triplet: F5, EA and BC. RGB value is (245,234,188). Sum of RGB (Red+Green+Blue) = 245+234+188=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EABC is #0A1543. Grayscale: #E8E8E8. Windows color (decimal): -660804 or 12380917. OLE color: 12380917.

HSL color Cylindrical-coordinate representation of color #F5EABC: hue angle of 48.42º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5EABC is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB245234188-
CMYK00.040.230.04
HSL48.42º74.03%84.9%-
HSV(B)48.42º23.27%96.08%-
XYZ76.1681.8959.37-
YUV232.04103.14137.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.73%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 188 (73.83% from 255) = 28.19%
R=36.73%
G=35.08%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523418800.040.230.0448.4274.0384.9
HexF5EABC04174304a55
Octal3653522740427460112125
Binary11110101111010101011110001001011110011000010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EABC; }

 p { color: rgb(245,234,188); }

 H1.HeaderClassName
 {
   color: #F5EABC;
 }
 .AnyTagClassName
 {
   color: #F5EABC;
 }
</style>
background-color css

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

 a { background-color: rgb(245,234,188); }

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

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

 span { border-color: rgb(245,234,188); }

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