#FCDAD7

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

Shades of Remy #FCDAD7

Tints of Remy #FCDAD7

Color information

#FCDAD7 (or 0xFCDAD7) is unknown color: approx Remy. HEX triplet: FC, DA and D7. RGB value is (252,218,215). Sum of RGB (Red+Green+Blue) = 252+218+215=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 215 (84.38% from 255 or 31.39% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAD7 is #032528. Grayscale: #E3E3E3. Windows color (decimal): -206121 or 14146300. OLE color: 14146300.

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

Color convert

RGB252218215-
CMYK00.130.150.01
HSL4.86º86.05%91.57%-
HSV(B)4.86º14.68%98.82%-
XYZ77.4875.7474.83-
YUV227.82120.76145.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 218 (85.55% from 255) = 31.82%
BLUE value IS 215 (84.38% from 255) = 31.39%
R=36.79%
G=31.82%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221821500.130.150.014.8686.0591.57
HexFCDAD70DF15565c
Octal3743323270151715126134
Binary111111001101101011010111011011111110110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAD7; }

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

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

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

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

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

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

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

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