#F9DCD7

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

Shades of Remy #F9DCD7

Tints of Remy #F9DCD7

Color information

#F9DCD7 (or 0xF9DCD7) is unknown color: approx Remy. HEX triplet: F9, DC and D7. RGB value is (249,220,215). Sum of RGB (Red+Green+Blue) = 249+220+215=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 215 (84.38% from 255 or 31.43% from 684); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCD7 is #062328. Grayscale: #E4E4E4. Windows color (decimal): -402217 or 14146809. OLE color: 14146809.

HSL color Cylindrical-coordinate representation of color #F9DCD7: hue angle of 8.82º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F9DCD7 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB249220215-
CMYK00.120.140.02
HSL8.82º73.91%90.98%-
HSV(B)8.82º13.65%97.65%-
XYZ76.9376.2374.95-
YUV228.1120.61142.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.40%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 215 (84.38% from 255) = 31.43%
R=36.40%
G=32.16%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922021500.120.140.028.8273.9190.98
HexF9DCD70CE294a5b
Octal37133432701416211112133
Binary11111001110111001101011101100111010100110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCD7; }

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

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

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

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

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

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

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

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