#F2ECCC

Color #F2ECCC Scotch Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scotch Mist #F2ECCC

Tints of Scotch Mist #F2ECCC

Color information

#F2ECCC (or 0xF2ECCC) is unknown color: approx Scotch Mist. HEX triplet: F2, EC and CC. RGB value is (242,236,204). Sum of RGB (Red+Green+Blue) = 242+236+204=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECCC is #0D1333. Grayscale: #EAEAEA. Windows color (decimal): -856884 or 13430002. OLE color: 13430002.

HSL color Cylindrical-coordinate representation of color #F2ECCC: hue angle of 50.53º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2ECCC is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242236204-
CMYK00.020.160.05
HSL50.53º59.38%87.45%-
HSV(B)50.53º15.7%94.9%-
XYZ77.5183.2369.11-
YUV234.15110.99133.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.48%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 204 (80.08% from 255) = 29.91%
R=35.48%
G=34.60%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223620400.020.160.0550.5359.3887.45
HexF2ECCC02105333b57
Octal362354314022056373127
Binary111100101110110011001100010100001011100111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ECCC; }

 p { color: rgb(242,236,204); }

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

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

 a { background-color: rgb(242,236,204); }

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

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

 span { border-color: rgb(242,236,204); }

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