Html Css Color HEX #F0E9CA Scotch Mist

📋 copy color: '#F0E9CA'

red 240 ◦ green 233 ◦ blue 202

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

Shades of Scotch Mist #F0E9CA

Tints of Scotch Mist #F0E9CA

RGB

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

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

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

R = 35.56%
G = 34.52%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0E9CA (or 0xF0E9CA) is known color: Scotch Mist. HEX triplet: F0, E9 and CA. RGB value is (240,233,202). Sum of RGB (Red+Green+Blue) = 240+233+202=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 233 (91.41% from 255 or 34.52% from 675); Blue value is 202 (79.30% from 255 or 29.93% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E9CA is #0F1635. Grayscale: #E7E7E7. Windows color (decimal): -988726 or 13298160. OLE color: 13298160.

HSL color Cylindrical-coordinate representation of color #F0E9CA: hue angle of 48.95º 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 #F0E9CA is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 233 202 -
CMYK 0 0.03 0.16 0.06
HSL 48.95º 0.56% 0.87% -
HSV(B) 48.95º 0.16% 0.94% -
XYZ 75.73 81.07 67.53 -
YUV 231.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 240 233 202 0 0.03 0.16 0.06 48.95 0.56 0.87
Hex F0 E9 CA 0 3 10 6 31 38 57
Octal 360 351 312 0 3 20 6 61 70 127
Binary 11110000 11101001 11001010 0 11 10000 110 110001 111000 1010111

Color Harmonies of #F0E9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E9CA

Black with #F0E9CA

Text Example


Text Example

White with #F0E9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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