Html Css Color HEX #F2EBC5 Scotch Mist

📋 copy color: '#F2EBC5'

red 242 ◦ green 235 ◦ blue 197

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

Shades of Scotch Mist #F2EBC5

Tints of Scotch Mist #F2EBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.87%

 BLUE value IS 197 (77.34% from 255) = 29.23%

R = 35.91%
G = 34.87%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F2EBC5 (or 0xF2EBC5) is known color: Scotch Mist. HEX triplet: F2, EB and C5. RGB value is (242,235,197). Sum of RGB (Red+Green+Blue) = 242+235+197=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 197 (77.34% from 255 or 29.23% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EBC5 is #0D143A. Grayscale: #E8E8E8. Windows color (decimal): -857147 or 12970994. OLE color: 12970994.

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

Color convert

RGB 242 235 197 -
CMYK 0 0.03 0.19 0.05
HSL 50.67º 0.63% 0.86% -
HSV(B) 50.67º 0.19% 0.95% -
XYZ 76.4 82.33 64.69 -
YUV 232.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 242 235 197 0 0.03 0.19 0.05 50.67 0.63 0.86
Hex F2 EB C5 0 3 13 5 33 3F 56
Octal 362 353 305 0 3 23 5 63 77 126
Binary 11110010 11101011 11000101 0 11 10011 101 110011 111111 1010110

Color Harmonies of #F2EBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EBC5

Black with #F2EBC5

Text Example


Text Example

White with #F2EBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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