#FCDBD6

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

Shades of Remy #FCDBD6

Tints of Remy #FCDBD6

Color information

#FCDBD6 (or 0xFCDBD6) is unknown color: approx Remy. HEX triplet: FC, DB and D6. RGB value is (252,219,214). Sum of RGB (Red+Green+Blue) = 252+219+214=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 214 (83.98% from 255 or 31.24% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBD6 is #032429. Grayscale: #E4E4E4. Windows color (decimal): -205866 or 14081020. OLE color: 14081020.

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

Color convert

RGB252219214-
CMYK00.130.150.01
HSL7.89º86.36%91.37%-
HSV(B)7.89º15.08%98.82%-
XYZ77.6176.2174.24-
YUV228.3119.93144.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 219 (85.94% from 255) = 31.97%
BLUE value IS 214 (83.98% from 255) = 31.24%
R=36.79%
G=31.97%
B=31.24%

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
Decimal25221921400.130.150.017.8986.3691.37
HexFCDBD60DF18565b
Octal37433332601517110126133
Binary1111110011011011110101100110111111100010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBD6; }

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

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

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

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

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

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

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

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