#FADAD5

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

Shades of Remy #FADAD5

Tints of Remy #FADAD5

Color information

#FADAD5 (or 0xFADAD5) is unknown color: approx Remy. HEX triplet: FA, DA and D5. RGB value is (250,218,213). Sum of RGB (Red+Green+Blue) = 250+218+213=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADAD5 is #05252A. Grayscale: #E3E3E3. Windows color (decimal): -337195 or 14015226. OLE color: 14015226.

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

Color convert

RGB250218213-
CMYK00.130.150.02
HSL8.11º78.72%90.78%-
HSV(B)8.11º14.8%98.04%-
XYZ76.5175.2773.45-
YUV227120.1144.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 218 (85.55% from 255) = 32.01%
BLUE value IS 213 (83.59% from 255) = 31.28%
R=36.71%
G=32.01%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021821300.130.150.028.1178.7290.78
HexFADAD50DF284f5b
Octal37233232501517210117133
Binary11111010110110101101010101101111110100010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAD5; }

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

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

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

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

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

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

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

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