#FADAD9

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

Shades of Remy #FADAD9

Tints of Remy #FADAD9

Color information

#FADAD9 (or 0xFADAD9) is unknown color: approx Remy. HEX triplet: FA, DA and D9. RGB value is (250,218,217). Sum of RGB (Red+Green+Blue) = 250+218+217=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 217 (85.16% from 255 or 31.68% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAD9 is #052526. Grayscale: #E3E3E3. Windows color (decimal): -337191 or 14277370. OLE color: 14277370.

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

Color convert

RGB250218217-
CMYK00.130.130.02
HSL1.82º76.74%91.57%-
HSV(B)1.82º13.2%98.04%-
XYZ77.0275.4876.15-
YUV227.45122.1144.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 218 (85.55% from 255) = 31.82%
BLUE value IS 217 (85.16% from 255) = 31.68%
R=36.50%
G=31.82%
B=31.68%

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
Decimal25021821700.130.130.021.8276.7491.57
HexFADAD90DD224d5c
Octal3723323310151522115134
Binary111110101101101011011001011011101101010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAD9; }

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

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

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

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

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

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

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

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