Html Css Color HEX #F0E8CB Scotch Mist

📋 copy color: '#F0E8CB'

red 240 ◦ green 232 ◦ blue 203

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

Shades of Scotch Mist #F0E8CB

Tints of Scotch Mist #F0E8CB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.37%

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

R = 35.56%
G = 34.37%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0E8CB (or 0xF0E8CB) is known color: Scotch Mist. HEX triplet: F0, E8 and CB. RGB value is (240,232,203). Sum of RGB (Red+Green+Blue) = 240+232+203=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8CB is #0F1734. Grayscale: #E7E7E7. Windows color (decimal): -988981 or 13363440. OLE color: 13363440.

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

Color convert

RGB 240 232 203 -
CMYK 0 0.03 0.15 0.06
HSL 47.03º 0.55% 0.87% -
HSV(B) 47.03º 0.15% 0.94% -
XYZ 75.57 80.55 68.06 -
YUV 231.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 240 232 203 0 0.03 0.15 0.06 47.03 0.55 0.87
Hex F0 E8 CB 0 3 F 6 2F 37 57
Octal 360 350 313 0 3 17 6 57 67 127
Binary 11110000 11101000 11001011 0 11 1111 110 101111 110111 1010111

Color Harmonies of #F0E8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E8CB

Black with #F0E8CB

Text Example


Text Example

White with #F0E8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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