#FECADC

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

Shades of Pink Lace #FECADC

Tints of Pink Lace #FECADC

Color information

#FECADC (or 0xFECADC) is unknown color: approx Pink Lace. HEX triplet: FE, CA and DC. RGB value is (254,202,220). Sum of RGB (Red+Green+Blue) = 254+202+220=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FECADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECADC is #013523. Grayscale: #DBDBDB. Windows color (decimal): -79140 or 14469886. OLE color: 14469886.

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

Color convert

RGB254202220-
CMYK00.200.130.00
HSL339.23º96.3%89.41%-
HSV(B)339.23º20.47%99.61%-
XYZ74.9168.4876.98-
YUV219.6128.23152.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 202 (79.30% from 255) = 29.88%
BLUE value IS 220 (86.33% from 255) = 32.54%
R=37.57%
G=29.88%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420222000.200.130.00339.2396.389.41
HexFECADC014D01536059
Octal376312334024150523140131
Binary1111111011001010110111000101001101010101001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECADC; }

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

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

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

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

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

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

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

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