Shades of Lavender Pink #FDB0D3
Tints of Lavender Pink #FDB0D3
RGB
CMYK
RGB Variations
Color information
#FDB0D3 (or 0xFDB0D3) is known color: Lavender Pink. HEX triplet: FD, B0 and D3. RGB value is (253,176,211). Sum of RGB (Red+Green+Blue) = 253+176+211=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0D3 is #024F2C. Grayscale: #CACACA. Windows color (decimal): -151341 or 13873405. OLE color: 13873405.
HSL color Cylindrical-coordinate representation of color #FDB0D3: hue angle of 332.73º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB0D3 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 211 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.01 |
| HSL | 332.73º | 0.95% | 0.84% | - |
| HSV(B) | 332.73º | 0.3% | 0.99% | - |
| XYZ | 67.79 | 56.64 | 68.99 | - |
| YUV | 203.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 211 | 0 | 0.30 | 0.17 | 0.01 | 332.73 | 0.95 | 0.84 |
| Hex | FD | B0 | D3 | 0 | 1E | 11 | 1 | 14D | 5F | 54 |
| Octal | 375 | 260 | 323 | 0 | 36 | 21 | 1 | 515 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11010011 | 0 | 11110 | 10001 | 1 | 101001101 | 1011111 | 1010100 |
Color Harmonies of #FDB0D3
Complementary color
Monochromatic Colors of #FDB0D3
Black with #FDB0D3
Text Example
Text Example
White with #FDB0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0D3; }
p { color: rgb(253,176,211); }
H1.HeaderClassName
{
color: #FDB0D3;
}
.AnyTagClassName
{
color: #FDB0D3;
}
</style>
background-color css
<style>
a { background-color: #FDB0D3; }
a { background-color: rgb(253,176,211); }
div.DivClassName
{
background-color: #FDB0D3;
}
.BgClassName
{
background-color: #FDB0D3;
}
</style>
border-color css
<style>
span { border-color: #FDB0D3; }
span { border-color: rgb(253,176,211); }
td.TdClassName
{
border-color: #FDB0D3;
}
.TagClassName
{
border-color: #FDB0D3;
}
</style>