#FECAD7

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

Shades of Pink Lace #FECAD7

Tints of Pink Lace #FECAD7

Color information

#FECAD7 (or 0xFECAD7) is unknown color: approx Pink Lace. HEX triplet: FE, CA and D7. RGB value is (254,202,215). Sum of RGB (Red+Green+Blue) = 254+202+215=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAD7 is #013528. Grayscale: #DBDBDB. Windows color (decimal): -79145 or 14142206. OLE color: 14142206.

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

Color convert

RGB254202215-
CMYK00.200.150.00
HSL345º96.3%89.41%-
HSV(B)345º20.47%99.61%-
XYZ74.2668.2273.54-
YUV219.03125.73152.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 202 (79.30% from 255) = 30.10%
BLUE value IS 215 (84.38% from 255) = 32.04%
R=37.85%
G=30.10%
B=32.04%

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
Decimal25420221500.200.150.0034596.389.41
HexFECAD7014F01596059
Octal376312327024170531140131
Binary1111111011001010110101110101001111010101100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAD7; }

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

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

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

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

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

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

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

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