Html Css Color HEX #F0E5D8 Soapstone

📋 copy color: '#F0E5D8'

red 240 ◦ green 229 ◦ blue 216

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

Shades of Soapstone #F0E5D8

Tints of Soapstone #F0E5D8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.43%

 BLUE value IS 216 (84.77% from 255) = 31.53%

R = 35.04%
G = 33.43%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#F0E5D8 (or 0xF0E5D8) is known color: Soapstone. HEX triplet: F0, E5 and D8. RGB value is (240,229,216). Sum of RGB (Red+Green+Blue) = 240+229+216=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 216 (84.77% from 255 or 31.53% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E5D8 is #0F1A27. Grayscale: #E6E6E6. Windows color (decimal): -989736 or 14214640. OLE color: 14214640.

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

Color convert

RGB 240 229 216 -
CMYK 0 0.05 0.1 0.06
HSL 32.5º 0.44% 0.89% -
HSV(B) 32.5º 0.1% 0.94% -
XYZ 76.35 79.52 76.29 -
YUV 230.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 240 229 216 0 0.05 0.1 0.06 32.5 0.44 0.89
Hex F0 E5 D8 0 5 A 6 20 2C 59
Octal 360 345 330 0 5 12 6 40 54 131
Binary 11110000 11100101 11011000 0 101 1010 110 100000 101100 1011001

Color Harmonies of #F0E5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E5D8

Black with #F0E5D8

Text Example


Text Example

White with #F0E5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E5D8; }

 p { color: rgb(240,229,216); }

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

background-color css

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

 a { background-color: rgb(240,229,216); }

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

border-color css

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

 span { border-color: rgb(240,229,216); }

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