#FECAD6

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

Shades of Pink Lace #FECAD6

Tints of Pink Lace #FECAD6

Color information

#FECAD6 (or 0xFECAD6) is unknown color: approx Pink Lace. HEX triplet: FE, CA and D6. RGB value is (254,202,214). Sum of RGB (Red+Green+Blue) = 254+202+214=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAD6 is #013529. Grayscale: #DADADA. Windows color (decimal): -79146 or 14076670. OLE color: 14076670.

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

Color convert

RGB254202214-
CMYK00.200.160.00
HSL346.15º96.3%89.41%-
HSV(B)346.15º20.47%99.61%-
XYZ74.1368.1772.87-
YUV218.92125.23153.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 202 (79.30% from 255) = 30.15%
BLUE value IS 214 (83.98% from 255) = 31.94%
R=37.91%
G=30.15%
B=31.94%

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
Decimal25420221400.200.160.00346.1596.389.41
HexFECAD601410015a6059
Octal376312326024200532140131
Binary11111110110010101101011001010010000010101101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAD6; }

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

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

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

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

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

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

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

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