#FADCD7

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

Shades of Remy #FADCD7

Tints of Remy #FADCD7

Color information

#FADCD7 (or 0xFADCD7) is unknown color: approx Remy. HEX triplet: FA, DC and D7. RGB value is (250,220,215). Sum of RGB (Red+Green+Blue) = 250+220+215=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 215 (84.38% from 255 or 31.39% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCD7 is #052328. Grayscale: #E4E4E4. Windows color (decimal): -336681 or 14146810. OLE color: 14146810.

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

Color convert

RGB250220215-
CMYK00.120.140.02
HSL8.57º77.78%91.18%-
HSV(B)8.57º14%98.04%-
XYZ77.2876.4274.97-
YUV228.4120.44143.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 215 (84.38% from 255) = 31.39%
R=36.50%
G=32.12%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022021500.120.140.028.5777.7891.18
HexFADCD70CE294e5b
Octal37233432701416211116133
Binary11111010110111001101011101100111010100110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCD7; }

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

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

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

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

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

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

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

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