#F5EABA

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

Shades of Half Colonial White #F5EABA

Tints of Half Colonial White #F5EABA

Color information

#F5EABA (or 0xF5EABA) is unknown color: approx Half Colonial White. HEX triplet: F5, EA and BA. RGB value is (245,234,186). Sum of RGB (Red+Green+Blue) = 245+234+186=665 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.84% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EABA is #0A1545. Grayscale: #E8E8E8. Windows color (decimal): -660806 or 12249845. OLE color: 12249845.

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

Color convert

RGB245234186-
CMYK00.040.240.04
HSL48.81º74.68%84.51%-
HSV(B)48.81º24.08%96.08%-
XYZ75.9481.858.24-
YUV231.82102.14137.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.84%
GREEN value IS 234 (91.80% from 255) = 35.19%
BLUE value IS 186 (73.05% from 255) = 27.97%
R=36.84%
G=35.19%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523418600.040.240.0448.8174.6884.51
HexF5EABA04184314b55
Octal3653522720430461113125
Binary11110101111010101011101001001100010011000110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EABA; }

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

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

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

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

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

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

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

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