#FDCEDB

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

Shades of Pink Lace #FDCEDB

Tints of Pink Lace #FDCEDB

Color information

#FDCEDB (or 0xFDCEDB) is unknown color: approx Pink Lace. HEX triplet: FD, CE and DB. RGB value is (253,206,219). Sum of RGB (Red+Green+Blue) = 253+206+219=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEDB is #023124. Grayscale: #DDDDDD. Windows color (decimal): -143653 or 14405373. OLE color: 14405373.

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

Color convert

RGB253206219-
CMYK00.190.130.01
HSL343.4º92.16%90%-
HSV(B)343.4º18.58%99.22%-
XYZ75.3770.1476.58-
YUV221.54126.57150.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.32%
GREEN value IS 206 (80.86% from 255) = 30.38%
BLUE value IS 219 (85.94% from 255) = 32.30%
R=37.32%
G=30.38%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320621900.190.130.01343.492.1690
HexFDCEDB013D11575c5a
Octal375316333023151527134132
Binary1111110111001110110110110100111101110101011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEDB; }

 p { color: rgb(253,206,219); }

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

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

 a { background-color: rgb(253,206,219); }

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

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

 span { border-color: rgb(253,206,219); }

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