Html Css Color HEX #F2E9CC Scotch Mist

📋 copy color: '#F2E9CC'

red 242 ◦ green 233 ◦ blue 204

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

Shades of Scotch Mist #F2E9CC

Tints of Scotch Mist #F2E9CC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.32%

 BLUE value IS 204 (80.08% from 255) = 30.04%

R = 35.64%
G = 34.32%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2E9CC (or 0xF2E9CC) is known color: Scotch Mist. HEX triplet: F2, E9 and CC. RGB value is (242,233,204). Sum of RGB (Red+Green+Blue) = 242+233+204=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 204 (80.08% from 255 or 30.04% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E9CC is #0D1633. Grayscale: #E8E8E8. Windows color (decimal): -857652 or 13429234. OLE color: 13429234.

HSL color Cylindrical-coordinate representation of color #F2E9CC: hue angle of 45.79º degrees, saturation: 0.59, 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 #F2E9CC is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 233 204 -
CMYK 0 0.04 0.16 0.05
HSL 45.79º 0.59% 0.87% -
HSV(B) 45.79º 0.16% 0.95% -
XYZ 76.66 81.51 68.82 -
YUV 232.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 242 233 204 0 0.04 0.16 0.05 45.79 0.59 0.87
Hex F2 E9 CC 0 4 10 5 2E 3B 57
Octal 362 351 314 0 4 20 5 56 73 127
Binary 11110010 11101001 11001100 0 100 10000 101 101110 111011 1010111

Color Harmonies of #F2E9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E9CC

Black with #F2E9CC

Text Example


Text Example

White with #F2E9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E9CC; }

 p { color: rgb(242,233,204); }

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

background-color css

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

 a { background-color: rgb(242,233,204); }

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

border-color css

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

 span { border-color: rgb(242,233,204); }

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