#F6EABF

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

Shades of Half Colonial White #F6EABF

Tints of Half Colonial White #F6EABF

Color information

#F6EABF (or 0xF6EABF) is unknown color: approx Half Colonial White. HEX triplet: F6, EA and BF. RGB value is (246,234,191). Sum of RGB (Red+Green+Blue) = 246+234+191=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EABF is #091540. Grayscale: #E8E8E8. Windows color (decimal): -595265 or 12577526. OLE color: 12577526.

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

Color convert

RGB246234191-
CMYK00.050.220.04
HSL46.91º75.34%85.69%-
HSV(B)46.91º22.36%96.47%-
XYZ76.8382.261.11-
YUV232.69104.48137.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.66%
GREEN value IS 234 (91.80% from 255) = 34.87%
BLUE value IS 191 (75% from 255) = 28.46%
R=36.66%
G=34.87%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623419100.050.220.0446.9175.3485.69
HexF6EABF051642f4b56
Octal3663522770526457113126
Binary11110110111010101011111101011011010010111110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EABF; }

 p { color: rgb(246,234,191); }

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

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

 a { background-color: rgb(246,234,191); }

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

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

 span { border-color: rgb(246,234,191); }

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