#F2EACA

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

Shades of Scotch Mist #F2EACA

Tints of Scotch Mist #F2EACA

Color information

#F2EACA (or 0xF2EACA) is unknown color: approx Scotch Mist. HEX triplet: F2, EA and CA. RGB value is (242,234,202). Sum of RGB (Red+Green+Blue) = 242+234+202=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 202 (79.30% from 255 or 29.79% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EACA is #0D1535. Grayscale: #E8E8E8. Windows color (decimal): -857398 or 13298418. OLE color: 13298418.

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

Color convert

RGB242234202-
CMYK00.030.170.05
HSL48º60.61%87.06%-
HSV(B)48º16.53%94.9%-
XYZ76.781.9967.66-
YUV232.74110.65134.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.69%
GREEN value IS 234 (91.80% from 255) = 34.51%
BLUE value IS 202 (79.30% from 255) = 29.79%
R=35.69%
G=34.51%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223420200.030.170.054860.6187.06
HexF2EACA03115303d57
Octal362352312032156075127
Binary111100101110101011001010011100011011100001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EACA; }

 p { color: rgb(242,234,202); }

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

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

 a { background-color: rgb(242,234,202); }

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

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

 span { border-color: rgb(242,234,202); }

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