#F0EACA

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

Shades of Scotch Mist #F0EACA

Tints of Scotch Mist #F0EACA

Color information

#F0EACA (or 0xF0EACA) is unknown color: approx Scotch Mist. HEX triplet: F0, EA and CA. RGB value is (240,234,202). Sum of RGB (Red+Green+Blue) = 240+234+202=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 202 (79.30% from 255 or 29.88% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EACA is #0F1535. Grayscale: #E8E8E8. Windows color (decimal): -988470 or 13298416. OLE color: 13298416.

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

Color convert

RGB240234202-
CMYK00.020.160.06
HSL50.53º55.88%86.67%-
HSV(B)50.53º15.83%94.12%-
XYZ76.0281.6467.63-
YUV232.15110.99133.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.50%
GREEN value IS 234 (91.80% from 255) = 34.62%
BLUE value IS 202 (79.30% from 255) = 29.88%
R=35.50%
G=34.62%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023420200.020.160.0650.5355.8886.67
HexF0EACA02106333857
Octal360352312022066370127
Binary111100001110101011001010010100001101100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EACA; }

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

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

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

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

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

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

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

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