#F9DAD7

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

Shades of Remy #F9DAD7

Tints of Remy #F9DAD7

Color information

#F9DAD7 (or 0xF9DAD7) is unknown color: approx Remy. HEX triplet: F9, DA and D7. RGB value is (249,218,215). Sum of RGB (Red+Green+Blue) = 249+218+215=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 215 (84.38% from 255 or 31.52% from 682); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DAD7 is #062528. Grayscale: #E2E2E2. Windows color (decimal): -402729 or 14146297. OLE color: 14146297.

HSL color Cylindrical-coordinate representation of color #F9DAD7: hue angle of 5.29º 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 #F9DAD7 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB249218215-
CMYK00.120.140.02
HSL5.29º73.91%90.98%-
HSV(B)5.29º13.65%97.65%-
XYZ76.475.1974.78-
YUV226.93121.27143.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.51%
GREEN value IS 218 (85.55% from 255) = 31.96%
BLUE value IS 215 (84.38% from 255) = 31.52%
R=36.51%
G=31.96%
B=31.52%

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
Decimal24921821500.120.140.025.2973.9190.98
HexF9DAD70CE254a5b
Octal3713323270141625112133
Binary1111100111011010110101110110011101010110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DAD7; }

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

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

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

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

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

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

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

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