#F6ECBB

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

Shades of Half Colonial White #F6ECBB

Tints of Half Colonial White #F6ECBB

Color information

#F6ECBB (or 0xF6ECBB) is unknown color: approx Half Colonial White. HEX triplet: F6, EC and BB. RGB value is (246,236,187). Sum of RGB (Red+Green+Blue) = 246+236+187=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 187 (73.44% from 255 or 27.95% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ECBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6ECBB is #091344. Grayscale: #E9E9E9. Windows color (decimal): -594757 or 12315894. OLE color: 12315894.

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

Color convert

RGB246236187-
CMYK00.040.240.04
HSL49.83º76.62%84.9%-
HSV(B)49.83º23.98%96.47%-
XYZ76.9783.1759.01-
YUV233.4101.81136.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.77%
GREEN value IS 236 (92.58% from 255) = 35.28%
BLUE value IS 187 (73.44% from 255) = 27.95%
R=36.77%
G=35.28%
B=27.95%

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
Decimal24623618700.040.240.0449.8376.6284.9
HexF6ECBB04184324d55
Octal3663542730430462115125
Binary11110110111011001011101101001100010011001010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ECBB; }

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

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

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

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

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

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

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

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