Html Css Color HEX #F0E7D6 Soapstone

📋 copy color: '#F0E7D6'

red 240 ◦ green 231 ◦ blue 214

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

Shades of Soapstone #F0E7D6

Tints of Soapstone #F0E7D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.24%

R = 35.04%
G = 33.72%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F0E7D6 (or 0xF0E7D6) is known color: Soapstone. HEX triplet: F0, E7 and D6. RGB value is (240,231,214). Sum of RGB (Red+Green+Blue) = 240+231+214=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 214 (83.98% from 255 or 31.24% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E7D6 is #0F1829. Grayscale: #E7E7E7. Windows color (decimal): -989226 or 14084080. OLE color: 14084080.

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

Color convert

RGB 240 231 214 -
CMYK 0 0.04 0.11 0.06
HSL 39.23º 0.46% 0.89% -
HSV(B) 39.23º 0.11% 0.94% -
XYZ 76.65 80.53 75.12 -
YUV 231.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 240 231 214 0 0.04 0.11 0.06 39.23 0.46 0.89
Hex F0 E7 D6 0 4 B 6 27 2E 59
Octal 360 347 326 0 4 13 6 47 56 131
Binary 11110000 11100111 11010110 0 100 1011 110 100111 101110 1011001

Color Harmonies of #F0E7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E7D6

Black with #F0E7D6

Text Example


Text Example

White with #F0E7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E7D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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