#FADED9

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

Shades of Remy #FADED9

Tints of Remy #FADED9

Color information

#FADED9 (or 0xFADED9) is unknown color: approx Remy. HEX triplet: FA, DE and D9. RGB value is (250,222,217). Sum of RGB (Red+Green+Blue) = 250+222+217=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 217 (85.16% from 255 or 31.49% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FADED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADED9 is #052126. Grayscale: #E5E5E5. Windows color (decimal): -336167 or 14278394. OLE color: 14278394.

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

Color convert

RGB250222217-
CMYK00.110.130.02
HSL9.09º76.74%91.57%-
HSV(B)9.09º13.2%98.04%-
XYZ78.0777.5876.5-
YUV229.8120.78142.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.28%
GREEN value IS 222 (87.11% from 255) = 32.22%
BLUE value IS 217 (85.16% from 255) = 31.49%
R=36.28%
G=32.22%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022221700.110.130.029.0976.7491.57
HexFADED90BD294d5c
Octal37233633101315211115134
Binary11111010110111101101100101011110110100110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADED9; }

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

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

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

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

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

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

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

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