#FDCDDA

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

Shades of Pink Lace #FDCDDA

Tints of Pink Lace #FDCDDA

Color information

#FDCDDA (or 0xFDCDDA) is unknown color: approx Pink Lace. HEX triplet: FD, CD and DA. RGB value is (253,205,218). Sum of RGB (Red+Green+Blue) = 253+205+218=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDDA is #023225. Grayscale: #DCDCDC. Windows color (decimal): -143910 or 14339581. OLE color: 14339581.

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

Color convert

RGB253205218-
CMYK00.190.140.01
HSL343.75º92.31%89.8%-
HSV(B)343.75º18.97%99.22%-
XYZ74.9969.6175.81-
YUV220.83126.4150.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.43%
GREEN value IS 205 (80.47% from 255) = 30.33%
BLUE value IS 218 (85.55% from 255) = 32.25%
R=37.43%
G=30.33%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320521800.190.140.01343.7592.3189.8
HexFDCDDA013E11585c5a
Octal375315332023161530134132
Binary1111110111001101110110100100111110110101100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDDA; }

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

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

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

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

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

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

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

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