#F1DCD8

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

Shades of Remy #F1DCD8

Tints of Remy #F1DCD8

Color information

#F1DCD8 (or 0xF1DCD8) is unknown color: approx Remy. HEX triplet: F1, DC and D8. RGB value is (241,220,216). Sum of RGB (Red+Green+Blue) = 241+220+216=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCD8 is #0E2327. Grayscale: #E1E1E1. Windows color (decimal): -926504 or 14212337. OLE color: 14212337.

HSL color Cylindrical-coordinate representation of color #F1DCD8: hue angle of 9.6º degrees, saturation: 0.47, 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 #F1DCD8 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241220216-
CMYK00.090.100.05
HSL9.6º47.17%89.61%-
HSV(B)9.6º10.37%94.51%-
XYZ74.2674.8575.5-
YUV225.82122.46138.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.60%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 216 (84.77% from 255) = 31.91%
R=35.60%
G=32.50%
B=31.91%

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
Decimal24122021600.090.100.059.647.1789.61
HexF1DCD809A5a2f5a
Octal3613343300111251257132
Binary11110001110111001101100001001101010110101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCD8; }

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

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

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

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

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

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

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

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