#FCDDDA

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

Shades of Remy #FCDDDA

Tints of Remy #FCDDDA

Color information

#FCDDDA (or 0xFCDDDA) is unknown color: approx Remy. HEX triplet: FC, DD and DA. RGB value is (252,221,218). Sum of RGB (Red+Green+Blue) = 252+221+218=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDDA is #032225. Grayscale: #E5E5E5. Windows color (decimal): -205350 or 14343676. OLE color: 14343676.

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

Color convert

RGB252221218-
CMYK00.120.130.01
HSL5.29º85%92.16%-
HSV(B)5.29º13.49%98.82%-
XYZ78.6677.4777.14-
YUV229.93121.27143.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.47%
GREEN value IS 221 (86.72% from 255) = 31.98%
BLUE value IS 218 (85.55% from 255) = 31.55%
R=36.47%
G=31.98%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222121800.120.130.015.298592.16
HexFCDDDA0CD15555c
Octal3743353320141515125134
Binary111111001101110111011010011001101110110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDDA; }

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

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

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

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

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

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

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

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