#FECDD9

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

Shades of Pink Lace #FECDD9

Tints of Pink Lace #FECDD9

Color information

#FECDD9 (or 0xFECDD9) is unknown color: approx Pink Lace. HEX triplet: FE, CD and D9. RGB value is (254,205,217). Sum of RGB (Red+Green+Blue) = 254+205+217=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDD9 is #013226. Grayscale: #DDDDDD. Windows color (decimal): -78375 or 14274046. OLE color: 14274046.

HSL color Cylindrical-coordinate representation of color #FECDD9: hue angle of 345.31º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECDD9 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB254205217-
CMYK00.190.150.00
HSL345.31º96.08%90%-
HSV(B)345.31º19.29%99.61%-
XYZ75.2369.7475.14-
YUV221.02125.73151.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 205 (80.47% from 255) = 30.33%
BLUE value IS 217 (85.16% from 255) = 32.10%
R=37.57%
G=30.33%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420521700.190.150.00345.3196.0890
HexFECDD9013F0159605a
Octal376315331023170531140132
Binary1111111011001101110110010100111111010101100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDD9; }

 p { color: rgb(254,205,217); }

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

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

 a { background-color: rgb(254,205,217); }

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

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

 span { border-color: rgb(254,205,217); }

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