#FDCBD9

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

Shades of Pink Lace #FDCBD9

Tints of Pink Lace #FDCBD9

Color information

#FDCBD9 (or 0xFDCBD9) is unknown color: approx Pink Lace. HEX triplet: FD, CB and D9. RGB value is (253,203,217). Sum of RGB (Red+Green+Blue) = 253+203+217=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBD9 is #023426. Grayscale: #DBDBDB. Windows color (decimal): -144423 or 14273533. OLE color: 14273533.

HSL color Cylindrical-coordinate representation of color #FDCBD9: hue angle of 343.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCBD9 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253203217-
CMYK00.200.140.01
HSL343.2º92.59%89.41%-
HSV(B)343.2º19.76%99.22%-
XYZ74.3968.674.97-
YUV219.55126.56151.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 203 (79.69% from 255) = 30.16%
BLUE value IS 217 (85.16% from 255) = 32.24%
R=37.59%
G=30.16%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320321700.200.140.01343.292.5989.41
HexFDCBD9014E11575d59
Octal375313331024161527135131
Binary1111110111001011110110010101001110110101011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCBD9; }

 p { color: rgb(253,203,217); }

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

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

 a { background-color: rgb(253,203,217); }

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

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

 span { border-color: rgb(253,203,217); }

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