#F2E9C7

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

Shades of Scotch Mist #F2E9C7

Tints of Scotch Mist #F2E9C7

Color information

#F2E9C7 (or 0xF2E9C7) is unknown color: approx Scotch Mist. HEX triplet: F2, E9 and C7. RGB value is (242,233,199). Sum of RGB (Red+Green+Blue) = 242+233+199=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 199 (78.12% from 255 or 29.53% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E9C7 is #0D1638. Grayscale: #E7E7E7. Windows color (decimal): -857657 or 13101554. OLE color: 13101554.

HSL color Cylindrical-coordinate representation of color #F2E9C7: hue angle of 47.44º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2E9C7 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB242233199-
CMYK00.040.180.05
HSL47.44º62.32%86.47%-
HSV(B)47.44º17.77%94.9%-
XYZ76.0781.2865.71-
YUV231.82109.48135.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.91%
GREEN value IS 233 (91.41% from 255) = 34.57%
BLUE value IS 199 (78.12% from 255) = 29.53%
R=35.91%
G=34.57%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223319900.040.180.0547.4462.3286.47
HexF2E9C7041252f3e56
Octal362351307042255776126
Binary1111001011101001110001110100100101011011111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E9C7; }

 p { color: rgb(242,233,199); }

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

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

 a { background-color: rgb(242,233,199); }

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

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

 span { border-color: rgb(242,233,199); }

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