#FADCD8

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

Shades of Remy #FADCD8

Tints of Remy #FADCD8

Color information

#FADCD8 (or 0xFADCD8) is unknown color: approx Remy. HEX triplet: FA, DC and D8. RGB value is (250,220,216). Sum of RGB (Red+Green+Blue) = 250+220+216=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCD8 is #052327. Grayscale: #E4E4E4. Windows color (decimal): -336680 or 14212346. OLE color: 14212346.

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

Color convert

RGB250220216-
CMYK00.120.140.02
HSL7.06º77.27%91.37%-
HSV(B)7.06º13.6%98.04%-
XYZ77.4176.4775.65-
YUV228.51120.94143.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.44%
GREEN value IS 220 (86.33% from 255) = 32.07%
BLUE value IS 216 (84.77% from 255) = 31.49%
R=36.44%
G=32.07%
B=31.49%

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
Decimal25022021600.120.140.027.0677.2791.37
HexFADCD80CE274d5b
Octal3723343300141627115133
Binary1111101011011100110110000110011101011110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCD8; }

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

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

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

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

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

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

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

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