Html Css Color HEX #F0EACA Scotch Mist

📋 copy color: '#F0EACA'

red 240 ◦ green 234 ◦ blue 202

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

Shades of Scotch Mist #F0EACA

Tints of Scotch Mist #F0EACA

RGB

 RED value IS 240 (94.14% from 255) = 35.5%

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

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

R = 35.5%
G = 34.62%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0EACA (or 0xF0EACA) is known color: Scotch Mist. HEX triplet: F0, EA and CA. RGB value is (240,234,202). Sum of RGB (Red+Green+Blue) = 240+234+202=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 202 (79.30% from 255 or 29.88% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EACA is #0F1535. Grayscale: #E8E8E8. Windows color (decimal): -988470 or 13298416. OLE color: 13298416.

HSL color Cylindrical-coordinate representation of color #F0EACA: hue angle of 50.53º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0EACA is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 234 202 -
CMYK 0 0.02 0.16 0.06
HSL 50.53º 0.56% 0.87% -
HSV(B) 50.53º 0.16% 0.94% -
XYZ 76.02 81.64 67.63 -
YUV 232.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 240 234 202 0 0.02 0.16 0.06 50.53 0.56 0.87
Hex F0 EA CA 0 2 10 6 33 38 57
Octal 360 352 312 0 2 20 6 63 70 127
Binary 11110000 11101010 11001010 0 10 10000 110 110011 111000 1010111

Color Harmonies of #F0EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EACA

Black with #F0EACA

Text Example


Text Example

White with #F0EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EACA; }

 p { color: rgb(240,234,202); }

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

background-color css

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

 a { background-color: rgb(240,234,202); }

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

border-color css

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

 span { border-color: rgb(240,234,202); }

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