#FDCDDB

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

Shades of Pink Lace #FDCDDB

Tints of Pink Lace #FDCDDB

Color information

#FDCDDB (or 0xFDCDDB) is unknown color: approx Pink Lace. HEX triplet: FD, CD and DB. RGB value is (253,205,219). Sum of RGB (Red+Green+Blue) = 253+205+219=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDDB is #023224. Grayscale: #DCDCDC. Windows color (decimal): -143909 or 14405117. OLE color: 14405117.

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

Color convert

RGB253205219-
CMYK00.190.130.01
HSL342.5º92.31%89.8%-
HSV(B)342.5º18.97%99.22%-
XYZ75.1369.6676.5-
YUV220.95126.9150.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 205 (80.47% from 255) = 30.28%
BLUE value IS 219 (85.94% from 255) = 32.35%
R=37.37%
G=30.28%
B=32.35%

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
Decimal25320521900.190.130.01342.592.3189.8
HexFDCDDB013D11565c5a
Octal375315333023151526134132
Binary1111110111001101110110110100111101110101011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDDB; }

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

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

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

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

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

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

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

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