#F7DCD6

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

Shades of Remy #F7DCD6

Tints of Remy #F7DCD6

Color information

#F7DCD6 (or 0xF7DCD6) is unknown color: approx Remy. HEX triplet: F7, DC and D6. RGB value is (247,220,214). Sum of RGB (Red+Green+Blue) = 247+220+214=681 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.27% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 214 (83.98% from 255 or 31.42% from 681); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCD6 is #082329. Grayscale: #E3E3E3. Windows color (decimal): -533290 or 14081271. OLE color: 14081271.

HSL color Cylindrical-coordinate representation of color #F7DCD6: hue angle of 10.91º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7DCD6 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB247220214-
CMYK00.110.130.03
HSL10.91º67.35%90.39%-
HSV(B)10.91º13.36%96.86%-
XYZ76.0975.8274.24-
YUV227.39120.45141.99-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.27%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 214 (83.98% from 255) = 31.42%
R=36.27%
G=32.31%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722021400.110.130.0310.9167.3590.39
HexF7DCD60BD3b435a
Octal36733432601315313103132
Binary11110111110111001101011001011110111101110000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DCD6; }

 p { color: rgb(247,220,214); }

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

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

 a { background-color: rgb(247,220,214); }

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

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

 span { border-color: rgb(247,220,214); }

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