#FCDBDA

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

Shades of Remy #FCDBDA

Tints of Remy #FCDBDA

Color information

#FCDBDA (or 0xFCDBDA) is unknown color: approx Remy. HEX triplet: FC, DB and DA. RGB value is (252,219,218). Sum of RGB (Red+Green+Blue) = 252+219+218=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBDA is #032425. Grayscale: #E4E4E4. Windows color (decimal): -205862 or 14343164. OLE color: 14343164.

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

Color convert

RGB252219218-
CMYK00.130.130.01
HSL1.76º85%92.16%-
HSV(B)1.76º13.49%98.82%-
XYZ78.1376.4276.96-
YUV228.75121.93144.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.57%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 218 (85.55% from 255) = 31.64%
R=36.57%
G=31.79%
B=31.64%

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
Decimal25221921800.130.130.011.768592.16
HexFCDBDA0DD12555c
Octal3743333320151512125134
Binary11111100110110111101101001101110111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBDA; }

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

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

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

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

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

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

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

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