#FECDD5

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

Shades of Pink Lace #FECDD5

Tints of Pink Lace #FECDD5

Color information

#FECDD5 (or 0xFECDD5) is unknown color: approx Pink Lace. HEX triplet: FE, CD and D5. RGB value is (254,205,213). Sum of RGB (Red+Green+Blue) = 254+205+213=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDD5 is #01322A. Grayscale: #DCDCDC. Windows color (decimal): -78379 or 14011902. OLE color: 14011902.

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

Color convert

RGB254205213-
CMYK00.190.160.00
HSL350.2º96.08%90%-
HSV(B)350.2º19.29%99.61%-
XYZ74.7169.5472.43-
YUV220.56123.73151.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 205 (80.47% from 255) = 30.51%
BLUE value IS 213 (83.59% from 255) = 31.70%
R=37.80%
G=30.51%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420521300.190.160.00350.296.0890
HexFECDD501310015e605a
Octal376315325023200536140132
Binary11111110110011011101010101001110000010101111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDD5; }

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

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

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

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

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

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

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

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