Html Css Color HEX #F2EBCA Scotch Mist

📋 copy color: '#F2EBCA'

red 242 ◦ green 235 ◦ blue 202

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

Shades of Scotch Mist #F2EBCA

Tints of Scotch Mist #F2EBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.75%

R = 35.64%
G = 34.61%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2EBCA (or 0xF2EBCA) is known color: Scotch Mist. HEX triplet: F2, EB and CA. RGB value is (242,235,202). Sum of RGB (Red+Green+Blue) = 242+235+202=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 202 (79.30% from 255 or 29.75% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EBCA is #0D1435. Grayscale: #E9E9E9. Windows color (decimal): -857142 or 13298674. OLE color: 13298674.

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

Color convert

RGB 242 235 202 -
CMYK 0 0.03 0.17 0.05
HSL 49.5º 0.61% 0.87% -
HSV(B) 49.5º 0.17% 0.95% -
XYZ 76.99 82.56 67.75 -
YUV 233.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 242 235 202 0 0.03 0.17 0.05 49.5 0.61 0.87
Hex F2 EB CA 0 3 11 5 32 3D 57
Octal 362 353 312 0 3 21 5 62 75 127
Binary 11110010 11101011 11001010 0 11 10001 101 110010 111101 1010111

Color Harmonies of #F2EBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EBCA

Black with #F2EBCA

Text Example


Text Example

White with #F2EBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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