#F1E5D7

Color #F1E5D7 Soapstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soapstone #F1E5D7

Tints of Soapstone #F1E5D7

Color information

#F1E5D7 (or 0xF1E5D7) is unknown color: approx 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

RGB241229215-
CMYK00.050.110.05
HSL32.31º48.15%89.41%-
HSV(B)32.31º10.79%94.51%-
XYZ76.5679.6575.63-
YUV230.99118.98135.14-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122921500.050.110.0532.3148.1589.41
HexF1E5D705B5203059
Octal361345327051354060131
Binary111100011110010111010111010110111011000001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>