#FADFD9

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

Shades of Remy #FADFD9

Tints of Remy #FADFD9

Color information

#FADFD9 (or 0xFADFD9) is unknown color: approx Remy. HEX triplet: FA, DF and D9. RGB value is (250,223,217). Sum of RGB (Red+Green+Blue) = 250+223+217=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 217 (85.16% from 255 or 31.45% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFD9 is #052026. Grayscale: #E6E6E6. Windows color (decimal): -335911 or 14278650. OLE color: 14278650.

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

Color convert

RGB250223217-
CMYK00.110.130.02
HSL10.91º76.74%91.57%-
HSV(B)10.91º13.2%98.04%-
XYZ78.3478.1176.59-
YUV230.39120.45141.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 223 (87.5% from 255) = 32.32%
BLUE value IS 217 (85.16% from 255) = 31.45%
R=36.23%
G=32.32%
B=31.45%

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
Decimal25022321700.110.130.0210.9176.7491.57
HexFADFD90BD2b4d5c
Octal37233733101315213115134
Binary11111010110111111101100101011110110101110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFD9; }

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

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

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

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

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

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

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

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