#FCDCDA

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

Shades of Remy #FCDCDA

Tints of Remy #FCDCDA

Color information

#FCDCDA (or 0xFCDCDA) is unknown color: approx Remy. HEX triplet: FC, DC and DA. RGB value is (252,220,218). Sum of RGB (Red+Green+Blue) = 252+220+218=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCDA is #032325. Grayscale: #E5E5E5. Windows color (decimal): -205606 or 14343420. OLE color: 14343420.

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

Color convert

RGB252220218-
CMYK00.130.130.01
HSL3.53º85%92.16%-
HSV(B)3.53º13.49%98.82%-
XYZ78.3976.9477.05-
YUV229.34121.6144.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 220 (86.33% from 255) = 31.88%
BLUE value IS 218 (85.55% from 255) = 31.59%
R=36.52%
G=31.88%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222021800.130.130.013.538592.16
HexFCDCDA0DD14555c
Octal3743343320151514125134
Binary111111001101110011011010011011101110010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDCDA; }

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

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

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

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

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

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

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

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