#F5DCD7

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

Shades of Remy #F5DCD7

Tints of Remy #F5DCD7

Color information

#F5DCD7 (or 0xF5DCD7) is unknown color: approx Remy. HEX triplet: F5, DC and D7. RGB value is (245,220,215). Sum of RGB (Red+Green+Blue) = 245+220+215=680 (90% of max value = 765). Red value is 245 (96.09% from 255 or 36.03% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 215 (84.38% from 255 or 31.62% from 680); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCD7 is #0A2328. Grayscale: #E2E2E2. Windows color (decimal): -664361 or 14146805. OLE color: 14146805.

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

Color convert

RGB245220215-
CMYK00.100.120.04
HSL10º60%90.2%-
HSV(B)10º12.24%96.08%-
XYZ75.5275.5174.88-
YUV226.9121.28140.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.03%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 215 (84.38% from 255) = 31.62%
R=36.03%
G=32.35%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522021500.100.120.04106090.2
HexF5DCD70AC4a3c5a
Octal3653343270121441274132
Binary11110101110111001101011101010110010010101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCD7; }

 p { color: rgb(245,220,215); }

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

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

 a { background-color: rgb(245,220,215); }

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

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

 span { border-color: rgb(245,220,215); }

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