#F1DCD9

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

Shades of Remy #F1DCD9

Tints of Remy #F1DCD9

Color information

#F1DCD9 (or 0xF1DCD9) is unknown color: approx Remy. HEX triplet: F1, DC and D9. RGB value is (241,220,217). Sum of RGB (Red+Green+Blue) = 241+220+217=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCD9 is #0E2326. Grayscale: #E1E1E1. Windows color (decimal): -926503 or 14277873. OLE color: 14277873.

HSL color Cylindrical-coordinate representation of color #F1DCD9: hue angle of 7.5º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1DCD9 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241220217-
CMYK00.090.100.05
HSL7.5º46.15%89.8%-
HSV(B)7.5º9.96%94.51%-
XYZ74.3974.976.18-
YUV225.94122.96138.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.55%
GREEN value IS 220 (86.33% from 255) = 32.45%
BLUE value IS 217 (85.16% from 255) = 32.01%
R=35.55%
G=32.45%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122021700.090.100.057.546.1589.8
HexF1DCD909A582e5a
Octal3613343310111251056132
Binary11110001110111001101100101001101010110001011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCD9; }

 p { color: rgb(241,220,217); }

 H1.HeaderClassName
 {
   color: #F1DCD9;
 }
 .AnyTagClassName
 {
   color: #F1DCD9;
 }
</style>
background-color css

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

 a { background-color: rgb(241,220,217); }

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

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

 span { border-color: rgb(241,220,217); }

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