#F5EAC1

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

Shades of Half Colonial White #F5EAC1

Tints of Half Colonial White #F5EAC1

Color information

#F5EAC1 (or 0xF5EAC1) is unknown color: approx Half Colonial White. HEX triplet: F5, EA and C1. RGB value is (245,234,193). Sum of RGB (Red+Green+Blue) = 245+234+193=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 193 (75.78% from 255 or 28.72% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EAC1 is #0A153E. Grayscale: #E8E8E8. Windows color (decimal): -660799 or 12708597. OLE color: 12708597.

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

Color convert

RGB245234193-
CMYK00.040.210.04
HSL47.31º72.22%85.88%-
HSV(B)47.31º21.22%96.08%-
XYZ76.782.1162.26-
YUV232.62105.64136.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.46%
GREEN value IS 234 (91.80% from 255) = 34.82%
BLUE value IS 193 (75.78% from 255) = 28.72%
R=36.46%
G=34.82%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523419300.040.210.0447.3172.2285.88
HexF5EAC1041542f4856
Octal3653523010425457110126
Binary11110101111010101100000101001010110010111110010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EAC1; }

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

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

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

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

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

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

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

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