#F0E8CD

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

Shades of Scotch Mist #F0E8CD

Tints of Scotch Mist #F0E8CD

Color information

#F0E8CD (or 0xF0E8CD) is unknown color: approx Scotch Mist. HEX triplet: F0, E8 and CD. RGB value is (240,232,205). Sum of RGB (Red+Green+Blue) = 240+232+205=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 232 (91.02% from 255 or 34.27% from 677); Blue value is 205 (80.47% from 255 or 30.28% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8CD is #0F1732. Grayscale: #E7E7E7. Windows color (decimal): -988979 or 13494512. OLE color: 13494512.

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

Color convert

RGB240232205-
CMYK00.030.150.06
HSL46.29º53.85%87.25%-
HSV(B)46.29º14.58%94.12%-
XYZ75.8180.6569.33-
YUV231.31113.15134.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.45%
GREEN value IS 232 (91.02% from 255) = 34.27%
BLUE value IS 205 (80.47% from 255) = 30.28%
R=35.45%
G=34.27%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023220500.030.150.0646.2953.8587.25
HexF0E8CD03F62e3657
Octal360350315031765666127
Binary11110000111010001100110101111111101011101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E8CD; }

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

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

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

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

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

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

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

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