#FECED9

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

Shades of Pink Lace #FECED9

Tints of Pink Lace #FECED9

Color information

#FECED9 (or 0xFECED9) is unknown color: approx Pink Lace. HEX triplet: FE, CE and D9. RGB value is (254,206,217). Sum of RGB (Red+Green+Blue) = 254+206+217=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FECED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECED9 is #013126. Grayscale: #DDDDDD. Windows color (decimal): -78119 or 14274302. OLE color: 14274302.

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

Color convert

RGB254206217-
CMYK00.190.150.00
HSL346.25º96%90.2%-
HSV(B)346.25º18.9%99.61%-
XYZ75.4770.2275.22-
YUV221.61125.4151.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 206 (80.86% from 255) = 30.43%
BLUE value IS 217 (85.16% from 255) = 32.05%
R=37.52%
G=30.43%
B=32.05%

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
Decimal25420621700.190.150.00346.259690.2
HexFECED9013F015a605a
Octal376316331023170532140132
Binary1111111011001110110110010100111111010101101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECED9; }

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

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

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

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

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

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

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

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