#FCDBD7

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

Shades of Remy #FCDBD7

Tints of Remy #FCDBD7

Color information

#FCDBD7 (or 0xFCDBD7) is unknown color: approx Remy. HEX triplet: FC, DB and D7. RGB value is (252,219,215). Sum of RGB (Red+Green+Blue) = 252+219+215=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBD7 is #032428. Grayscale: #E4E4E4. Windows color (decimal): -205865 or 14146556. OLE color: 14146556.

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

Color convert

RGB252219215-
CMYK00.130.150.01
HSL6.49º86.05%91.57%-
HSV(B)6.49º14.68%98.82%-
XYZ77.7476.2674.91-
YUV228.41120.43144.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 219 (85.94% from 255) = 31.92%
BLUE value IS 215 (84.38% from 255) = 31.34%
R=36.73%
G=31.92%
B=31.34%

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
Decimal25221921500.130.150.016.4986.0591.57
HexFCDBD70DF16565c
Octal3743333270151716126134
Binary111111001101101111010111011011111111010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBD7; }

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

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

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

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

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

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

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

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