#FECDD6

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

Shades of Pink Lace #FECDD6

Tints of Pink Lace #FECDD6

Color information

#FECDD6 (or 0xFECDD6) is unknown color: approx Pink Lace. HEX triplet: FE, CD and D6. RGB value is (254,205,214). Sum of RGB (Red+Green+Blue) = 254+205+214=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDD6 is #013229. Grayscale: #DCDCDC. Windows color (decimal): -78378 or 14077438. OLE color: 14077438.

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

Color convert

RGB254205214-
CMYK00.190.160.00
HSL348.98º96.08%90%-
HSV(B)348.98º19.29%99.61%-
XYZ74.8469.5973.11-
YUV220.68124.23151.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 214 (83.98% from 255) = 31.80%
R=37.74%
G=30.46%
B=31.80%

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
Decimal25420521400.190.160.00348.9896.0890
HexFECDD601310015d605a
Octal376315326023200535140132
Binary11111110110011011101011001001110000010101110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDD6; }

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

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

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

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

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

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

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

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