#FECCD6

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

Shades of Pink Lace #FECCD6

Tints of Pink Lace #FECCD6

Color information

#FECCD6 (or 0xFECCD6) is unknown color: approx Pink Lace. HEX triplet: FE, CC and D6. RGB value is (254,204,214). Sum of RGB (Red+Green+Blue) = 254+204+214=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCD6 is #013329. Grayscale: #DCDCDC. Windows color (decimal): -78634 or 14077182. OLE color: 14077182.

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

Color convert

RGB254204214-
CMYK00.200.160.00
HSL348º96.15%89.8%-
HSV(B)348º19.69%99.61%-
XYZ74.669.1173.03-
YUV220.09124.56152.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 204 (80.08% from 255) = 30.36%
BLUE value IS 214 (83.98% from 255) = 31.85%
R=37.80%
G=30.36%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420421400.200.160.0034896.1589.8
HexFECCD601410015c605a
Octal376314326024200534140132
Binary11111110110011001101011001010010000010101110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECCD6; }

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

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

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

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

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

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

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

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