#FECEDC

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

Shades of Pink Lace #FECEDC

Tints of Pink Lace #FECEDC

Color information

#FECEDC (or 0xFECEDC) is unknown color: approx Pink Lace. HEX triplet: FE, CE and DC. RGB value is (254,206,220). Sum of RGB (Red+Green+Blue) = 254+206+220=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEDC is #013123. Grayscale: #DDDDDD. Windows color (decimal): -78116 or 14470910. OLE color: 14470910.

HSL color Cylindrical-coordinate representation of color #FECEDC: hue angle of 342.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECEDC is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254206220-
CMYK00.190.130.00
HSL342.5º96%90.2%-
HSV(B)342.5º18.9%99.61%-
XYZ75.8670.3877.3-
YUV221.95126.9150.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 206 (80.86% from 255) = 30.29%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=37.35%
G=30.29%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420622000.190.130.00342.59690.2
HexFECEDC013D0156605a
Octal376316334023150526140132
Binary1111111011001110110111000100111101010101011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEDC; }

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

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

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

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

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

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

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

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