#FCDAD8

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

Shades of Remy #FCDAD8

Tints of Remy #FCDAD8

Color information

#FCDAD8 (or 0xFCDAD8) is unknown color: approx Remy. HEX triplet: FC, DA and D8. RGB value is (252,218,216). Sum of RGB (Red+Green+Blue) = 252+218+216=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAD8 is #032527. Grayscale: #E3E3E3. Windows color (decimal): -206120 or 14211836. OLE color: 14211836.

HSL color Cylindrical-coordinate representation of color #FCDAD8: hue angle of 3.33º degrees, saturation: 0.86, 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 #FCDAD8 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB252218216-
CMYK00.130.140.01
HSL3.33º85.71%91.76%-
HSV(B)3.33º14.29%98.82%-
XYZ77.6175.875.51-
YUV227.94121.26145.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 218 (85.55% from 255) = 31.78%
BLUE value IS 216 (84.77% from 255) = 31.49%
R=36.73%
G=31.78%
B=31.49%

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
Decimal25221821600.130.140.013.3385.7191.76
HexFCDAD80DE13565c
Octal3743323300151613126134
Binary11111100110110101101100001101111011110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAD8; }

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

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

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

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

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

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

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

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