Html Css Color HEX #F0E7CB Scotch Mist

📋 copy color: '#F0E7CB'

red 240 ◦ green 231 ◦ blue 203

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

Shades of Scotch Mist #F0E7CB

Tints of Scotch Mist #F0E7CB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.27%

 BLUE value IS 203 (79.69% from 255) = 30.12%

R = 35.61%
G = 34.27%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0E7CB (or 0xF0E7CB) is known color: Scotch Mist. HEX triplet: F0, E7 and CB. RGB value is (240,231,203). Sum of RGB (Red+Green+Blue) = 240+231+203=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E7CB is #0F1834. Grayscale: #E6E6E6. Windows color (decimal): -989237 or 13363184. OLE color: 13363184.

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

Color convert

RGB 240 231 203 -
CMYK 0 0.04 0.15 0.06
HSL 45.41º 0.55% 0.87% -
HSV(B) 45.41º 0.15% 0.94% -
XYZ 75.29 79.99 67.97 -
YUV 230.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 240 231 203 0 0.04 0.15 0.06 45.41 0.55 0.87
Hex F0 E7 CB 0 4 F 6 2D 37 57
Octal 360 347 313 0 4 17 6 55 67 127
Binary 11110000 11100111 11001011 0 100 1111 110 101101 110111 1010111

Color Harmonies of #F0E7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E7CB

Black with #F0E7CB

Text Example


Text Example

White with #F0E7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E7CB; }

 p { color: rgb(240,231,203); }

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

background-color css

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

 a { background-color: rgb(240,231,203); }

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

border-color css

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

 span { border-color: rgb(240,231,203); }

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