#FDD2DC

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

Shades of Pink Lace #FDD2DC

Tints of Pink Lace #FDD2DC

Color information

#FDD2DC (or 0xFDD2DC) is unknown color: approx Pink Lace. HEX triplet: FD, D2 and DC. RGB value is (253,210,220). Sum of RGB (Red+Green+Blue) = 253+210+220=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2DC is #022D23. Grayscale: #DFDFDF. Windows color (decimal): -142628 or 14471933. OLE color: 14471933.

HSL color Cylindrical-coordinate representation of color #FDD2DC: hue angle of 346.05º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD2DC is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253210220-
CMYK00.170.130.01
HSL346.05º91.49%90.78%-
HSV(B)346.05º17%99.22%-
XYZ76.4772.1477.6-
YUV224125.75148.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.04%
GREEN value IS 210 (82.42% from 255) = 30.75%
BLUE value IS 220 (86.33% from 255) = 32.21%
R=37.04%
G=30.75%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321022000.170.130.01346.0591.4990.78
HexFDD2DC011D115a5b5b
Octal375322334021151532133133
Binary1111110111010010110111000100011101110101101010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD2DC; }

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

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

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

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

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

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

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

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