Html Css Color HEX #F2EBC3 Scotch Mist

📋 copy color: '#F2EBC3'

red 242 ◦ green 235 ◦ blue 195

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

Shades of Scotch Mist #F2EBC3

Tints of Scotch Mist #F2EBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.02%

R = 36.01%
G = 34.97%
B = 29.02%

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

#F2EBC3 (or 0xF2EBC3) is known color: Scotch Mist. HEX triplet: F2, EB and C3. RGB value is (242,235,195). Sum of RGB (Red+Green+Blue) = 242+235+195=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 195 (76.56% from 255 or 29.02% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EBC3 is #0D143C. Grayscale: #E8E8E8. Windows color (decimal): -857149 or 12839922. OLE color: 12839922.

HSL color Cylindrical-coordinate representation of color #F2EBC3: hue angle of 51.06º degrees, saturation: 0.64, 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 #F2EBC3 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 235 195 -
CMYK 0 0.03 0.19 0.05
HSL 51.06º 0.64% 0.86% -
HSV(B) 51.06º 0.19% 0.95% -
XYZ 76.18 82.23 63.49 -
YUV 232.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 242 235 195 0 0.03 0.19 0.05 51.06 0.64 0.86
Hex F2 EB C3 0 3 13 5 33 40 56
Octal 362 353 303 0 3 23 5 63 100 126
Binary 11110010 11101011 11000011 0 11 10011 101 110011 1000000 1010110

Color Harmonies of #F2EBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EBC3

Black with #F2EBC3

Text Example


Text Example

White with #F2EBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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