#FDCDDC

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

Shades of Pink Lace #FDCDDC

Tints of Pink Lace #FDCDDC

Color information

#FDCDDC (or 0xFDCDDC) is unknown color: approx Pink Lace. HEX triplet: FD, CD and DC. RGB value is (253,205,220). Sum of RGB (Red+Green+Blue) = 253+205+220=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDDC is #023223. Grayscale: #DDDDDD. Windows color (decimal): -143908 or 14470653. OLE color: 14470653.

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

Color convert

RGB253205220-
CMYK00.190.130.01
HSL341.25º92.31%89.8%-
HSV(B)341.25º18.97%99.22%-
XYZ75.2669.7177.2-
YUV221.06127.4150.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.32%
GREEN value IS 205 (80.47% from 255) = 30.24%
BLUE value IS 220 (86.33% from 255) = 32.45%
R=37.32%
G=30.24%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320522000.190.130.01341.2592.3189.8
HexFDCDDC013D11555c5a
Octal375315334023151525134132
Binary1111110111001101110111000100111101110101010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDDC; }

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

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

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

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

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

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

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

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