#F4ECCA

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

Shades of Scotch Mist #F4ECCA

Tints of Scotch Mist #F4ECCA

Color information

#F4ECCA (or 0xF4ECCA) is unknown color: approx Scotch Mist. HEX triplet: F4, EC and CA. RGB value is (244,236,202). Sum of RGB (Red+Green+Blue) = 244+236+202=682 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.78% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ECCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4ECCA is #0B1335. Grayscale: #EAEAEA. Windows color (decimal): -725814 or 13298932. OLE color: 13298932.

HSL color Cylindrical-coordinate representation of color #F4ECCA: hue angle of 48.57º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F4ECCA is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244236202-
CMYK00.030.170.04
HSL48.57º65.62%87.45%-
HSV(B)48.57º17.21%95.69%-
XYZ77.9683.4967.88-
YUV234.52109.65134.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.78%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 202 (79.30% from 255) = 29.62%
R=35.78%
G=34.60%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423620200.030.170.0448.5765.6287.45
HexF4ECCA03114314257
Octal3643543120321461102127
Binary1111010011101100110010100111000110011000110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ECCA; }

 p { color: rgb(244,236,202); }

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

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

 a { background-color: rgb(244,236,202); }

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

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

 span { border-color: rgb(244,236,202); }

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