Shades of Lavender Pink #FDB0DF
Tints of Lavender Pink #FDB0DF
RGB
CMYK
RGB Variations
Color information
#FDB0DF (or 0xFDB0DF) is known color: Lavender Pink. HEX triplet: FD, B0 and DF. RGB value is (253,176,223). Sum of RGB (Red+Green+Blue) = 253+176+223=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0DF is #024F20. Grayscale: #CCCCCC. Windows color (decimal): -151329 or 14659837. OLE color: 14659837.
HSL color Cylindrical-coordinate representation of color #FDB0DF: hue angle of 323.38º 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 #FDB0DF is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 223 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.01 |
| HSL | 323.38º | 0.95% | 0.84% | - |
| HSV(B) | 323.38º | 0.3% | 0.99% | - |
| XYZ | 69.35 | 57.26 | 77.21 | - |
| YUV | 204.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 223 | 0 | 0.30 | 0.12 | 0.01 | 323.38 | 0.95 | 0.84 |
| Hex | FD | B0 | DF | 0 | 1E | C | 1 | 143 | 5F | 54 |
| Octal | 375 | 260 | 337 | 0 | 36 | 14 | 1 | 503 | 137 | 124 |
| Binary | 11111101 | 10110000 | 11011111 | 0 | 11110 | 1100 | 1 | 101000011 | 1011111 | 1010100 |
Color Harmonies of #FDB0DF
Complementary color
Monochromatic Colors of #FDB0DF
Black with #FDB0DF
Text Example
Text Example
White with #FDB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0DF; }
p { color: rgb(253,176,223); }
H1.HeaderClassName
{
color: #FDB0DF;
}
.AnyTagClassName
{
color: #FDB0DF;
}
</style>
background-color css
<style>
a { background-color: #FDB0DF; }
a { background-color: rgb(253,176,223); }
div.DivClassName
{
background-color: #FDB0DF;
}
.BgClassName
{
background-color: #FDB0DF;
}
</style>
border-color css
<style>
span { border-color: #FDB0DF; }
span { border-color: rgb(253,176,223); }
td.TdClassName
{
border-color: #FDB0DF;
}
.TagClassName
{
border-color: #FDB0DF;
}
</style>