#FAD9D9

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

Shades of Remy #FAD9D9

Tints of Remy #FAD9D9

Color information

#FAD9D9 (or 0xFAD9D9) is unknown color: approx Remy. HEX triplet: FA, D9 and D9. RGB value is (250,217,217). Sum of RGB (Red+Green+Blue) = 250+217+217=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 217 (85.16% from 255 or 31.73% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9D9 is #052626. Grayscale: #E2E2E2. Windows color (decimal): -337447 or 14277114. OLE color: 14277114.

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

Color convert

RGB250217217-
CMYK00.130.130.02
HSL76.74%91.57%-
HSV(B)13.2%98.04%-
XYZ76.7674.9676.07-
YUV226.87122.43144.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 217 (85.16% from 255) = 31.73%
BLUE value IS 217 (85.16% from 255) = 31.73%
R=36.55%
G=31.73%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021721700.130.130.02076.7491.57
HexFAD9D90DD204d5c
Octal3723313310151520115134
Binary11111010110110011101100101101110110010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD9D9; }

 p { color: rgb(250,217,217); }

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

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

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

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

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

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

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