#FEC9DA

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

Shades of Pink Lace #FEC9DA

Tints of Pink Lace #FEC9DA

Color information

#FEC9DA (or 0xFEC9DA) is unknown color: approx Pink Lace. HEX triplet: FE, C9 and DA. RGB value is (254,201,218). Sum of RGB (Red+Green+Blue) = 254+201+218=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 201 (78.91% from 255 or 29.87% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9DA is #013625. Grayscale: #DADADA. Windows color (decimal): -79398 or 14338558. OLE color: 14338558.

HSL color Cylindrical-coordinate representation of color #FEC9DA: hue angle of 340.75º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC9DA is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB254201218-
CMYK00.210.140.00
HSL340.75º96.36%89.22%-
HSV(B)340.75º20.87%99.61%-
XYZ74.4167.9175.51-
YUV218.78127.56153.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 201 (78.91% from 255) = 29.87%
BLUE value IS 218 (85.55% from 255) = 32.39%
R=37.74%
G=29.87%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420121800.210.140.00340.7596.3689.22
HexFEC9DA015E01556059
Octal376311332025160525140131
Binary1111111011001001110110100101011110010101010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9DA; }

 p { color: rgb(254,201,218); }

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

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

 a { background-color: rgb(254,201,218); }

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

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

 span { border-color: rgb(254,201,218); }

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