Shades of Pink Lace #FDD1DB
Tints of Pink Lace #FDD1DB
RGB
CMYK
RGB Variations
Color information
#FDD1DB (or 0xFDD1DB) is known color: Pink Lace. HEX triplet: FD, D1 and DB. RGB value is (253,209,219). Sum of RGB (Red+Green+Blue) = 253+209+219=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1DB is #022E24. Grayscale: #DFDFDF. Windows color (decimal): -142885 or 14406141. OLE color: 14406141.
HSL color Cylindrical-coordinate representation of color #FDD1DB: hue angle of 346.36º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD1DB is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 209 | 219 | - |
CMYK | 0 | 0.17 | 0.13 | 0.01 |
HSL | 346.36º | 0.92% | 0.91% | - |
HSV(B) | 346.36º | 0.17% | 0.99% | - |
XYZ | 76.09 | 71.6 | 76.83 | - |
YUV | 223.3 | 125.58 | 149.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 209 | 219 | 0 | 0.17 | 0.13 | 0.01 | 346.36 | 0.92 | 0.91 |
Hex | FD | D1 | DB | 0 | 11 | D | 1 | 15A | 5C | 5B |
Octal | 375 | 321 | 333 | 0 | 21 | 15 | 1 | 532 | 134 | 133 |
Binary | 11111101 | 11010001 | 11011011 | 0 | 10001 | 1101 | 1 | 101011010 | 1011100 | 1011011 |
Color Harmonies of #FDD1DB
Complementary color
Monochromatic Colors of #FDD1DB
Black with #FDD1DB
Text Example
Text Example
White with #FDD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1DB; }
p { color: rgb(253,209,219); }
H1.HeaderClassName
{
color: #FDD1DB;
}
.AnyTagClassName
{
color: #FDD1DB;
}
</style>
background-color css
<style>
a { background-color: #FDD1DB; }
a { background-color: rgb(253,209,219); }
div.DivClassName
{
background-color: #FDD1DB;
}
.BgClassName
{
background-color: #FDD1DB;
}
</style>
border-color css
<style>
span { border-color: #FDD1DB; }
span { border-color: rgb(253,209,219); }
td.TdClassName
{
border-color: #FDD1DB;
}
.TagClassName
{
border-color: #FDD1DB;
}
</style>