#FADAD7

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

Shades of Remy #FADAD7

Tints of Remy #FADAD7

Color information

#FADAD7 (or 0xFADAD7) is unknown color: approx Remy. HEX triplet: FA, DA and D7. RGB value is (250,218,215). Sum of RGB (Red+Green+Blue) = 250+218+215=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 215 (84.38% from 255 or 31.48% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAD7 is #052528. Grayscale: #E3E3E3. Windows color (decimal): -337193 or 14146298. OLE color: 14146298.

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

Color convert

RGB250218215-
CMYK00.130.140.02
HSL5.14º77.78%91.18%-
HSV(B)5.14º14%98.04%-
XYZ76.7675.3774.79-
YUV227.23121.1144.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.60%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 215 (84.38% from 255) = 31.48%
R=36.60%
G=31.92%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021821500.130.140.025.1477.7891.18
HexFADAD70DE254e5b
Octal3723323270151625116133
Binary1111101011011010110101110110111101010110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAD7; }

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

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

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

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

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

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

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

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