#F4DCD9

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

Shades of Remy #F4DCD9

Tints of Remy #F4DCD9

Color information

#F4DCD9 (or 0xF4DCD9) is unknown color: approx Remy. HEX triplet: F4, DC and D9. RGB value is (244,220,217). Sum of RGB (Red+Green+Blue) = 244+220+217=681 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.83% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 217 (85.16% from 255 or 31.86% from 681); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCD9 is #0B2326. Grayscale: #E2E2E2. Windows color (decimal): -729895 or 14277876. OLE color: 14277876.

HSL color Cylindrical-coordinate representation of color #F4DCD9: hue angle of 6.67º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F4DCD9 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB244220217-
CMYK00.100.110.04
HSL6.67º55.1%90.39%-
HSV(B)6.67º11.07%95.69%-
XYZ75.4375.4376.23-
YUV226.83122.45140.24-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.83%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 217 (85.16% from 255) = 31.86%
R=35.83%
G=32.31%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422021700.100.110.046.6755.190.39
HexF4DCD90AB47375a
Octal364334331012134767132
Binary1111010011011100110110010101010111001111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DCD9; }

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

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

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

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

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

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

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

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