#F5EAC0

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

Shades of Half Colonial White #F5EAC0

Tints of Half Colonial White #F5EAC0

Color information

#F5EAC0 (or 0xF5EAC0) is unknown color: approx Half Colonial White. HEX triplet: F5, EA and C0. RGB value is (245,234,192). Sum of RGB (Red+Green+Blue) = 245+234+192=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 192 (75.39% from 255 or 28.61% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EAC0 is #0A153F. Grayscale: #E8E8E8. Windows color (decimal): -660800 or 12643061. OLE color: 12643061.

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

Color convert

RGB245234192-
CMYK00.040.220.04
HSL47.55º72.6%85.69%-
HSV(B)47.55º21.63%96.08%-
XYZ76.5982.0661.67-
YUV232.5105.14136.92-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.51%
GREEN value IS 234 (91.80% from 255) = 34.87%
BLUE value IS 192 (75.39% from 255) = 28.61%
R=36.51%
G=34.87%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523419200.040.220.0447.5572.685.69
HexF5EAC004164304956
Octal3653523000426460111126
Binary11110101111010101100000001001011010011000010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EAC0; }

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

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

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

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

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

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

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

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