Html Css Color HEX #F2EACE Scotch Mist

📋 copy color: '#F2EACE'

red 242 ◦ green 234 ◦ blue 206

#F2EACE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scotch Mist #F2EACE

Tints of Scotch Mist #F2EACE

RGB

 RED value IS 242 (94.92% from 255) = 35.48%

 GREEN value IS 234 (91.8% from 255) = 34.31%

 BLUE value IS 206 (80.86% from 255) = 30.21%

R = 35.48%
G = 34.31%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2EACE (or 0xF2EACE) is known color: Scotch Mist. HEX triplet: F2, EA and CE. RGB value is (242,234,206). Sum of RGB (Red+Green+Blue) = 242+234+206=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 206 (80.86% from 255 or 30.21% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EACE is #0D1531. Grayscale: #E9E9E9. Windows color (decimal): -857394 or 13560562. OLE color: 13560562.

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

Color convert

RGB 242 234 206 -
CMYK 0 0.03 0.15 0.05
HSL 46.67º 0.58% 0.88% -
HSV(B) 46.67º 0.15% 0.95% -
XYZ 77.18 82.18 70.19 -
YUV 233.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 242 234 206 0 0.03 0.15 0.05 46.67 0.58 0.88
Hex F2 EA CE 0 3 F 5 2F 3A 58
Octal 362 352 316 0 3 17 5 57 72 130
Binary 11110010 11101010 11001110 0 11 1111 101 101111 111010 1011000

Color Harmonies of #F2EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EACE

Black with #F2EACE

Text Example


Text Example

White with #F2EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EACE; }

 p { color: rgb(242,234,206); }

 H1.HeaderClassName
 {
   color: #F2EACE;
 }
 .AnyTagClassName
 {
   color: #F2EACE;
 }
</style>

background-color css

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

 a { background-color: rgb(242,234,206); }

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

border-color css

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

 span { border-color: rgb(242,234,206); }

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