#F0E8C9

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

Shades of Scotch Mist #F0E8C9

Tints of Scotch Mist #F0E8C9

Color information

#F0E8C9 (or 0xF0E8C9) is unknown color: approx Scotch Mist. HEX triplet: F0, E8 and C9. RGB value is (240,232,201). Sum of RGB (Red+Green+Blue) = 240+232+201=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 201 (78.91% from 255 or 29.87% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8C9 is #0F1736. Grayscale: #E6E6E6. Windows color (decimal): -988983 or 13232368. OLE color: 13232368.

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

Color convert

RGB240232201-
CMYK00.030.160.06
HSL47.69º56.52%86.47%-
HSV(B)47.69º16.25%94.12%-
XYZ75.3380.4666.82-
YUV230.86111.15134.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.66%
GREEN value IS 232 (91.02% from 255) = 34.47%
BLUE value IS 201 (78.91% from 255) = 29.87%
R=35.66%
G=34.47%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023220100.030.160.0647.6956.5286.47
HexF0E8C903106303956
Octal360350311032066071126
Binary111100001110100011001001011100001101100001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E8C9; }

 p { color: rgb(240,232,201); }

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

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

 a { background-color: rgb(240,232,201); }

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

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

 span { border-color: rgb(240,232,201); }

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