Shades of Lavender Pink #FDB0D0
Tints of Lavender Pink #FDB0D0
RGB
CMYK
RGB Variations
Color information
#FDB0D0 (or 0xFDB0D0) is known color: Lavender Pink. HEX triplet: FD, B0 and D0. RGB value is (253,176,208). Sum of RGB (Red+Green+Blue) = 253+176+208=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB0D0 is #024F2F. Grayscale: #CACACA. Windows color (decimal): -151344 or 13676797. OLE color: 13676797.
HSL color Cylindrical-coordinate representation of color #FDB0D0: hue angle of 335.06º 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 #FDB0D0 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 176 | 208 | - |
CMYK | 0 | 0.30 | 0.18 | 0.01 |
HSL | 335.06º | 0.95% | 0.84% | - |
HSV(B) | 335.06º | 0.3% | 0.99% | - |
XYZ | 67.42 | 56.49 | 67.02 | - |
YUV | 202.67 | 131.01 | 163.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 176 | 208 | 0 | 0.30 | 0.18 | 0.01 | 335.06 | 0.95 | 0.84 |
Hex | FD | B0 | D0 | 0 | 1E | 12 | 1 | 14F | 5F | 54 |
Octal | 375 | 260 | 320 | 0 | 36 | 22 | 1 | 517 | 137 | 124 |
Binary | 11111101 | 10110000 | 11010000 | 0 | 11110 | 10010 | 1 | 101001111 | 1011111 | 1010100 |
Color Harmonies of #FDB0D0
Complementary color
Monochromatic Colors of #FDB0D0
Black with #FDB0D0
Text Example
Text Example
White with #FDB0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0D0; }
p { color: rgb(253,176,208); }
H1.HeaderClassName
{
color: #FDB0D0;
}
.AnyTagClassName
{
color: #FDB0D0;
}
</style>
background-color css
<style>
a { background-color: #FDB0D0; }
a { background-color: rgb(253,176,208); }
div.DivClassName
{
background-color: #FDB0D0;
}
.BgClassName
{
background-color: #FDB0D0;
}
</style>
border-color css
<style>
span { border-color: #FDB0D0; }
span { border-color: rgb(253,176,208); }
td.TdClassName
{
border-color: #FDB0D0;
}
.TagClassName
{
border-color: #FDB0D0;
}
</style>