#FECEDD

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

Shades of Pink Lace #FECEDD

Tints of Pink Lace #FECEDD

Color information

#FECEDD (or 0xFECEDD) is unknown color: approx Pink Lace. HEX triplet: FE, CE and DD. RGB value is (254,206,221). Sum of RGB (Red+Green+Blue) = 254+206+221=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEDD is #013122. Grayscale: #DEDEDE. Windows color (decimal): -78115 or 14536446. OLE color: 14536446.

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

Color convert

RGB254206221-
CMYK00.190.130.00
HSL341.25º96%90.2%-
HSV(B)341.25º18.9%99.61%-
XYZ7670.4378-
YUV222.06127.4150.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 206 (80.86% from 255) = 30.25%
BLUE value IS 221 (86.72% from 255) = 32.45%
R=37.30%
G=30.25%
B=32.45%

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
Decimal25420622100.190.130.00341.259690.2
HexFECEDD013D0155605a
Octal376316335023150525140132
Binary1111111011001110110111010100111101010101010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECEDD; }

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

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

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

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

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

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

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

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