#FCDDD8

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

Shades of Remy #FCDDD8

Tints of Remy #FCDDD8

Color information

#FCDDD8 (or 0xFCDDD8) is unknown color: approx Remy. HEX triplet: FC, DD and D8. RGB value is (252,221,216). Sum of RGB (Red+Green+Blue) = 252+221+216=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 216 (84.77% from 255 or 31.35% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDD8 is #032227. Grayscale: #E5E5E5. Windows color (decimal): -205352 or 14212604. OLE color: 14212604.

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

Color convert

RGB252221216-
CMYK00.120.140.01
HSL8.33º85.71%91.76%-
HSV(B)8.33º14.29%98.82%-
XYZ78.477.3775.77-
YUV229.7120.27143.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.57%
GREEN value IS 221 (86.72% from 255) = 32.08%
BLUE value IS 216 (84.77% from 255) = 31.35%
R=36.57%
G=32.08%
B=31.35%

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
Decimal25222121600.120.140.018.3385.7191.76
HexFCDDD80CE18565c
Octal37433533001416110126134
Binary1111110011011101110110000110011101100010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDD8; }

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

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

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

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

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

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

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

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