#FECDDB

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

Shades of Pink Lace #FECDDB

Tints of Pink Lace #FECDDB

Color information

#FECDDB (or 0xFECDDB) is unknown color: approx Pink Lace. HEX triplet: FE, CD and DB. RGB value is (254,205,219). Sum of RGB (Red+Green+Blue) = 254+205+219=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDDB is #013224. Grayscale: #DDDDDD. Windows color (decimal): -78373 or 14405118. OLE color: 14405118.

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

Color convert

RGB254205219-
CMYK00.190.140.00
HSL342.86º96.08%90%-
HSV(B)342.86º19.29%99.61%-
XYZ75.4969.8576.52-
YUV221.25126.73151.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 205 (80.47% from 255) = 30.24%
BLUE value IS 219 (85.94% from 255) = 32.30%
R=37.46%
G=30.24%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420521900.190.140.00342.8696.0890
HexFECDDB013E0157605a
Octal376315333023160527140132
Binary1111111011001101110110110100111110010101011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDDB; }

 p { color: rgb(254,205,219); }

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

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

 a { background-color: rgb(254,205,219); }

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

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

 span { border-color: rgb(254,205,219); }

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