#F0E9C5

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

Shades of Scotch Mist #F0E9C5

Tints of Scotch Mist #F0E9C5

Color information

#F0E9C5 (or 0xF0E9C5) is unknown color: approx Scotch Mist. HEX triplet: F0, E9 and C5. RGB value is (240,233,197). Sum of RGB (Red+Green+Blue) = 240+233+197=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 233 (91.41% from 255 or 34.78% from 670); Blue value is 197 (77.34% from 255 or 29.40% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E9C5 is #0F163A. Grayscale: #E7E7E7. Windows color (decimal): -988731 or 12970480. OLE color: 12970480.

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

Color convert

RGB240233197-
CMYK00.030.180.06
HSL50.23º58.9%85.69%-
HSV(B)50.23º17.92%94.12%-
XYZ75.1580.8364.46-
YUV230.99108.82134.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.82%
GREEN value IS 233 (91.41% from 255) = 34.78%
BLUE value IS 197 (77.34% from 255) = 29.40%
R=35.82%
G=34.78%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023319700.030.180.0650.2358.985.69
HexF0E9C503126323b56
Octal360351305032266273126
Binary111100001110100111000101011100101101100101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E9C5; }

 p { color: rgb(240,233,197); }

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

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

 a { background-color: rgb(240,233,197); }

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

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

 span { border-color: rgb(240,233,197); }

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