#FCDAD9

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

Shades of Remy #FCDAD9

Tints of Remy #FCDAD9

Color information

#FCDAD9 (or 0xFCDAD9) is unknown color: approx Remy. HEX triplet: FC, DA and D9. RGB value is (252,218,217). Sum of RGB (Red+Green+Blue) = 252+218+217=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 217 (85.16% from 255 or 31.59% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAD9 is #032526. Grayscale: #E4E4E4. Windows color (decimal): -206119 or 14277372. OLE color: 14277372.

HSL color Cylindrical-coordinate representation of color #FCDAD9: hue angle of 1.71º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCDAD9 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB252218217-
CMYK00.130.140.01
HSL1.71º85.37%91.96%-
HSV(B)1.71º13.89%98.82%-
XYZ77.7475.8576.19-
YUV228.05121.76145.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.68%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 217 (85.16% from 255) = 31.59%
R=36.68%
G=31.73%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221821700.130.140.011.7185.3791.96
HexFCDAD90DE12555c
Octal3743323310151612125134
Binary11111100110110101101100101101111011010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAD9; }

 p { color: rgb(252,218,217); }

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

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

 a { background-color: rgb(252,218,217); }

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

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

 span { border-color: rgb(252,218,217); }

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