Shades of Lavender Pink #FDB2D8
Tints of Lavender Pink #FDB2D8
RGB
CMYK
RGB Variations
Color information
#FDB2D8 (or 0xFDB2D8) is known color: Lavender Pink. HEX triplet: FD, B2 and D8. RGB value is (253,178,216). Sum of RGB (Red+Green+Blue) = 253+178+216=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 178 (69.92% from 255 or 27.51% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2D8 is #024D27. Grayscale: #CCCCCC. Windows color (decimal): -150824 or 14201597. OLE color: 14201597.
HSL color Cylindrical-coordinate representation of color #FDB2D8: hue angle of 329.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2D8 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 178 | 216 | - |
CMYK | 0 | 0.30 | 0.15 | 0.01 |
HSL | 329.6º | 0.95% | 0.85% | - |
HSV(B) | 329.6º | 0.3% | 0.99% | - |
XYZ | 68.82 | 57.68 | 72.47 | - |
YUV | 204.76 | 134.35 | 162.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 178 | 216 | 0 | 0.30 | 0.15 | 0.01 | 329.6 | 0.95 | 0.85 |
Hex | FD | B2 | D8 | 0 | 1E | F | 1 | 14A | 5F | 55 |
Octal | 375 | 262 | 330 | 0 | 36 | 17 | 1 | 512 | 137 | 125 |
Binary | 11111101 | 10110010 | 11011000 | 0 | 11110 | 1111 | 1 | 101001010 | 1011111 | 1010101 |
Color Harmonies of #FDB2D8
Complementary color
Monochromatic Colors of #FDB2D8
Black with #FDB2D8
Text Example
Text Example
White with #FDB2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2D8; }
p { color: rgb(253,178,216); }
H1.HeaderClassName
{
color: #FDB2D8;
}
.AnyTagClassName
{
color: #FDB2D8;
}
</style>
background-color css
<style>
a { background-color: #FDB2D8; }
a { background-color: rgb(253,178,216); }
div.DivClassName
{
background-color: #FDB2D8;
}
.BgClassName
{
background-color: #FDB2D8;
}
</style>
border-color css
<style>
span { border-color: #FDB2D8; }
span { border-color: rgb(253,178,216); }
td.TdClassName
{
border-color: #FDB2D8;
}
.TagClassName
{
border-color: #FDB2D8;
}
</style>