#FDCDD4

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

Shades of Pink Lace #FDCDD4

Tints of Pink Lace #FDCDD4

Color information

#FDCDD4 (or 0xFDCDD4) is unknown color: approx Pink Lace. HEX triplet: FD, CD and D4. RGB value is (253,205,212). Sum of RGB (Red+Green+Blue) = 253+205+212=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDD4 is #02322B. Grayscale: #DCDCDC. Windows color (decimal): -143916 or 13946365. OLE color: 13946365.

HSL color Cylindrical-coordinate representation of color #FDCDD4: hue angle of 351.25º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCDD4 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB253205212-
CMYK00.190.160.01
HSL351.25º92.31%89.8%-
HSV(B)351.25º18.97%99.22%-
XYZ74.2269.371.75-
YUV220.15123.4151.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 212 (83.20% from 255) = 31.64%
R=37.76%
G=30.60%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320521200.190.160.01351.2592.3189.8
HexFDCDD401310115f5c5a
Octal375315324023201537134132
Binary11111101110011011101010001001110000110101111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDD4; }

 p { color: rgb(253,205,212); }

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

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

 a { background-color: rgb(253,205,212); }

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

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

 span { border-color: rgb(253,205,212); }

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