Html Css Color HEX #F1E5D7 Soapstone

📋 copy color: '#F1E5D7'

red 241 ◦ green 229 ◦ blue 215

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

Shades of Soapstone #F1E5D7

Tints of Soapstone #F1E5D7

RGB

 RED value IS 241 (94.53% from 255) = 35.18%

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

 BLUE value IS 215 (84.38% from 255) = 31.39%

R = 35.18%
G = 33.43%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1E5D7 (or 0xF1E5D7) is known color: Soapstone. HEX triplet: F1, E5 and D7. RGB value is (241,229,215). Sum of RGB (Red+Green+Blue) = 241+229+215=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 215 (84.38% from 255 or 31.39% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5D7 is #0E1A28. Grayscale: #E7E7E7. Windows color (decimal): -924201 or 14149105. OLE color: 14149105.

HSL color Cylindrical-coordinate representation of color #F1E5D7: hue angle of 32.31º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1E5D7 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 229 215 -
CMYK 0 0.05 0.11 0.05
HSL 32.31º 0.48% 0.89% -
HSV(B) 32.31º 0.11% 0.95% -
XYZ 76.56 79.65 75.63 -
YUV 230.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 241 229 215 0 0.05 0.11 0.05 32.31 0.48 0.89
Hex F1 E5 D7 0 5 B 5 20 30 59
Octal 361 345 327 0 5 13 5 40 60 131
Binary 11110001 11100101 11010111 0 101 1011 101 100000 110000 1011001

Color Harmonies of #F1E5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E5D7

Black with #F1E5D7

Text Example


Text Example

White with #F1E5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E5D7; }

 p { color: rgb(241,229,215); }

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

background-color css

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

 a { background-color: rgb(241,229,215); }

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

border-color css

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

 span { border-color: rgb(241,229,215); }

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