#FCDADA

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

Shades of Remy #FCDADA

Tints of Remy #FCDADA

Color information

#FCDADA (or 0xFCDADA) is unknown color: approx Remy. HEX triplet: FC, DA and DA. RGB value is (252,218,218). Sum of RGB (Red+Green+Blue) = 252+218+218=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDADA is #032525. Grayscale: #E4E4E4. Windows color (decimal): -206118 or 14342908. OLE color: 14342908.

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

Color convert

RGB252218218-
CMYK00.130.130.01
HSL85%92.16%-
HSV(B)13.49%98.82%-
XYZ77.8775.976.88-
YUV228.17122.26145-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.63%
GREEN value IS 218 (85.55% from 255) = 31.69%
BLUE value IS 218 (85.55% from 255) = 31.69%
R=36.63%
G=31.69%
B=31.69%

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
Decimal25221821800.130.130.0108592.16
HexFCDADA0DD10555c
Octal3743323320151510125134
Binary1111110011011010110110100110111011010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDADA; }

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

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

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

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

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

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

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

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