#F9DCD8

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

Shades of Remy #F9DCD8

Tints of Remy #F9DCD8

Color information

#F9DCD8 (or 0xF9DCD8) is unknown color: approx Remy. HEX triplet: F9, DC and D8. RGB value is (249,220,216). Sum of RGB (Red+Green+Blue) = 249+220+216=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 216 (84.77% from 255 or 31.53% from 685); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCD8 is #062327. Grayscale: #E4E4E4. Windows color (decimal): -402216 or 14212345. OLE color: 14212345.

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

Color convert

RGB249220216-
CMYK00.120.130.02
HSL7.27º73.33%91.18%-
HSV(B)7.27º13.25%97.65%-
XYZ77.0576.2875.63-
YUV228.21121.11142.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.35%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 216 (84.77% from 255) = 31.53%
R=36.35%
G=32.12%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922021600.120.130.027.2773.3391.18
HexF9DCD80CD27495b
Octal3713343300141527111133
Binary1111100111011100110110000110011011011110010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCD8; }

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

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

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

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

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

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

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

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