#F6EABB

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

Shades of Half Colonial White #F6EABB

Tints of Half Colonial White #F6EABB

Color information

#F6EABB (or 0xF6EABB) is unknown color: approx Half Colonial White. HEX triplet: F6, EA and BB. RGB value is (246,234,187). Sum of RGB (Red+Green+Blue) = 246+234+187=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 187 (73.44% from 255 or 28.04% from 667); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EABB is #091544. Grayscale: #E8E8E8. Windows color (decimal): -595269 or 12315382. OLE color: 12315382.

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

Color convert

RGB246234187-
CMYK00.050.240.04
HSL47.8º76.62%84.9%-
HSV(B)47.8º23.98%96.47%-
XYZ76.482.0358.82-
YUV232.23102.48137.82-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.88%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 187 (73.44% from 255) = 28.04%
R=36.88%
G=35.08%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623418700.050.240.0447.876.6284.9
HexF6EABB05184304d55
Octal3663522730530460115125
Binary11110110111010101011101101011100010011000010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EABB; }

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

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

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

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

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

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

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

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