#FECDD8

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

Shades of Pink Lace #FECDD8

Tints of Pink Lace #FECDD8

Color information

#FECDD8 (or 0xFECDD8) is unknown color: approx Pink Lace. HEX triplet: FE, CD and D8. RGB value is (254,205,216). Sum of RGB (Red+Green+Blue) = 254+205+216=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDD8 is #013227. Grayscale: #DCDCDC. Windows color (decimal): -78376 or 14208510. OLE color: 14208510.

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

Color convert

RGB254205216-
CMYK00.190.150.00
HSL346.53º96.08%90%-
HSV(B)346.53º19.29%99.61%-
XYZ75.169.6974.46-
YUV220.9125.23151.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 205 (80.47% from 255) = 30.37%
BLUE value IS 216 (84.77% from 255) = 32%
R=37.63%
G=30.37%
B=32%

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
Decimal25420521600.190.150.00346.5396.0890
HexFECDD8013F015b605a
Octal376315330023170533140132
Binary1111111011001101110110000100111111010101101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDD8; }

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

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

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

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

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

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

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

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