Html Css Color HEX #F0E7CC Scotch Mist

📋 copy color: '#F0E7CC'

red 240 ◦ green 231 ◦ blue 204

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

Shades of Scotch Mist #F0E7CC

Tints of Scotch Mist #F0E7CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.22%

R = 35.56%
G = 34.22%
B = 30.22%

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

#F0E7CC (or 0xF0E7CC) is known color: Scotch Mist. HEX triplet: F0, E7 and CC. RGB value is (240,231,204). Sum of RGB (Red+Green+Blue) = 240+231+204=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 231 (90.62% from 255 or 34.22% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E7CC is #0F1833. Grayscale: #E6E6E6. Windows color (decimal): -989236 or 13428720. OLE color: 13428720.

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

Color convert

RGB 240 231 204 -
CMYK 0 0.04 0.15 0.06
HSL 45º 0.55% 0.87% -
HSV(B) 45º 0.15% 0.94% -
XYZ 75.41 80.04 68.6 -
YUV 230.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 240 231 204 0 0.04 0.15 0.06 45 0.55 0.87
Hex F0 E7 CC 0 4 F 6 2D 37 57
Octal 360 347 314 0 4 17 6 55 67 127
Binary 11110000 11100111 11001100 0 100 1111 110 101101 110111 1010111

Color Harmonies of #F0E7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E7CC

Black with #F0E7CC

Text Example


Text Example

White with #F0E7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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