#FECAD9

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

Shades of Pink Lace #FECAD9

Tints of Pink Lace #FECAD9

Color information

#FECAD9 (or 0xFECAD9) is unknown color: approx Pink Lace. HEX triplet: FE, CA and D9. RGB value is (254,202,217). Sum of RGB (Red+Green+Blue) = 254+202+217=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAD9 is #013526. Grayscale: #DBDBDB. Windows color (decimal): -79143 or 14273278. OLE color: 14273278.

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

Color convert

RGB254202217-
CMYK00.200.150.00
HSL342.69º96.3%89.41%-
HSV(B)342.69º20.47%99.61%-
XYZ74.5268.3274.91-
YUV219.26126.73152.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 202 (79.30% from 255) = 30.01%
BLUE value IS 217 (85.16% from 255) = 32.24%
R=37.74%
G=30.01%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420221700.200.150.00342.6996.389.41
HexFECAD9014F01576059
Octal376312331024170527140131
Binary1111111011001010110110010101001111010101011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAD9; }

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

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

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

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

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

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

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

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