#F2EBCB

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

Shades of Scotch Mist #F2EBCB

Tints of Scotch Mist #F2EBCB

Color information

#F2EBCB (or 0xF2EBCB) is unknown color: approx Scotch Mist. HEX triplet: F2, EB and CB. RGB value is (242,235,203). Sum of RGB (Red+Green+Blue) = 242+235+203=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 203 (79.69% from 255 or 29.85% from 680); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EBCB is #0D1434. Grayscale: #E9E9E9. Windows color (decimal): -857141 or 13364210. OLE color: 13364210.

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

Color convert

RGB242235203-
CMYK00.030.160.05
HSL49.23º60%87.25%-
HSV(B)49.23º16.12%94.9%-
XYZ77.1182.6168.38-
YUV233.44110.82134.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.59%
GREEN value IS 235 (92.19% from 255) = 34.56%
BLUE value IS 203 (79.69% from 255) = 29.85%
R=35.59%
G=34.56%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223520300.030.160.0549.236087.25
HexF2EBCB03105313c57
Octal362353313032056174127
Binary111100101110101111001011011100001011100011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EBCB; }

 p { color: rgb(242,235,203); }

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

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

 a { background-color: rgb(242,235,203); }

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

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

 span { border-color: rgb(242,235,203); }

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