#FECAD5

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

Shades of Pink Lace #FECAD5

Tints of Pink Lace #FECAD5

Color information

#FECAD5 (or 0xFECAD5) is unknown color: approx Pink Lace. HEX triplet: FE, CA and D5. RGB value is (254,202,213). Sum of RGB (Red+Green+Blue) = 254+202+213=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAD5 is #01352A. Grayscale: #DADADA. Windows color (decimal): -79147 or 14011134. OLE color: 14011134.

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

Color convert

RGB254202213-
CMYK00.200.160.00
HSL347.31º96.3%89.41%-
HSV(B)347.31º20.47%99.61%-
XYZ7468.1272.2-
YUV218.8124.73153.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 202 (79.30% from 255) = 30.19%
BLUE value IS 213 (83.59% from 255) = 31.84%
R=37.97%
G=30.19%
B=31.84%

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
Decimal25420221300.200.160.00347.3196.389.41
HexFECAD501410015b6059
Octal376312325024200533140131
Binary11111110110010101101010101010010000010101101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAD5; }

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

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

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

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

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

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

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

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