#FCDDD9

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

Shades of Remy #FCDDD9

Tints of Remy #FCDDD9

Color information

#FCDDD9 (or 0xFCDDD9) is unknown color: approx Remy. HEX triplet: FC, DD and D9. RGB value is (252,221,217). Sum of RGB (Red+Green+Blue) = 252+221+217=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 217 (85.16% from 255 or 31.45% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDD9 is #032226. Grayscale: #E5E5E5. Windows color (decimal): -205351 or 14278140. OLE color: 14278140.

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

Color convert

RGB252221217-
CMYK00.120.140.01
HSL6.86º85.37%91.96%-
HSV(B)6.86º13.89%98.82%-
XYZ78.5377.4276.45-
YUV229.81120.77143.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 221 (86.72% from 255) = 32.03%
BLUE value IS 217 (85.16% from 255) = 31.45%
R=36.52%
G=32.03%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222121700.120.140.016.8685.3791.96
HexFCDDD90CE17555c
Octal3743353310141617125134
Binary111111001101110111011001011001110111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDD9; }

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

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

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

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

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

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

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

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