#FEC8DA

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

Shades of Pink Lace #FEC8DA

Tints of Pink Lace #FEC8DA

Color information

#FEC8DA (or 0xFEC8DA) is unknown color: approx Pink Lace. HEX triplet: FE, C8 and DA. RGB value is (254,200,218). Sum of RGB (Red+Green+Blue) = 254+200+218=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 200 (78.52% from 255 or 29.76% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8DA is #013725. Grayscale: #DADADA. Windows color (decimal): -79654 or 14338302. OLE color: 14338302.

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

Color convert

RGB254200218-
CMYK00.210.140.00
HSL340º96.43%89.02%-
HSV(B)340º21.26%99.61%-
XYZ74.1867.4475.44-
YUV218.2127.89153.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 200 (78.52% from 255) = 29.76%
BLUE value IS 218 (85.55% from 255) = 32.44%
R=37.80%
G=29.76%
B=32.44%

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
Decimal25420021800.210.140.0034096.4389.02
HexFEC8DA015E01546059
Octal376310332025160524140131
Binary1111111011001000110110100101011110010101010011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8DA; }

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

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

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

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

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

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

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

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