#F9DAD9

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

Shades of Remy #F9DAD9

Tints of Remy #F9DAD9

Color information

#F9DAD9 (or 0xF9DAD9) is unknown color: approx Remy. HEX triplet: F9, DA and D9. RGB value is (249,218,217). Sum of RGB (Red+Green+Blue) = 249+218+217=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 217 (85.16% from 255 or 31.73% from 684); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DAD9 is #062526. Grayscale: #E3E3E3. Windows color (decimal): -402727 or 14277369. OLE color: 14277369.

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

Color convert

RGB249218217-
CMYK00.120.130.02
HSL1.88º72.73%91.37%-
HSV(B)1.88º12.85%97.65%-
XYZ76.6675.2976.14-
YUV227.15122.27143.58-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.40%
GREEN value IS 218 (85.55% from 255) = 31.87%
BLUE value IS 217 (85.16% from 255) = 31.73%
R=36.40%
G=31.87%
B=31.73%

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
Decimal24921821700.120.130.021.8872.7391.37
HexF9DAD90CD22495b
Octal3713323310141522111133
Binary111110011101101011011001011001101101010010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DAD9; }

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

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

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

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

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

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

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

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