Shades of Lavender Pink #FDB2D3
Tints of Lavender Pink #FDB2D3
RGB
CMYK
RGB Variations
Color information
#FDB2D3 (or 0xFDB2D3) is known color: Lavender Pink. HEX triplet: FD, B2 and D3. RGB value is (253,178,211). Sum of RGB (Red+Green+Blue) = 253+178+211=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 178 (69.92% from 255 or 27.73% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2D3 is #024D2C. Grayscale: #CCCCCC. Windows color (decimal): -150829 or 13873917. OLE color: 13873917.
HSL color Cylindrical-coordinate representation of color #FDB2D3: hue angle of 333.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 #FDB2D3 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 211 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.01 |
| HSL | 333.6º | 0.95% | 0.85% | - |
| HSV(B) | 333.6º | 0.3% | 0.99% | - |
| XYZ | 68.19 | 57.43 | 69.12 | - |
| YUV | 204.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 211 | 0 | 0.30 | 0.17 | 0.01 | 333.6 | 0.95 | 0.85 |
| Hex | FD | B2 | D3 | 0 | 1E | 11 | 1 | 14E | 5F | 55 |
| Octal | 375 | 262 | 323 | 0 | 36 | 21 | 1 | 516 | 137 | 125 |
| Binary | 11111101 | 10110010 | 11010011 | 0 | 11110 | 10001 | 1 | 101001110 | 1011111 | 1010101 |
Color Harmonies of #FDB2D3
Complementary color
Monochromatic Colors of #FDB2D3
Black with #FDB2D3
Text Example
Text Example
White with #FDB2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2D3; }
p { color: rgb(253,178,211); }
H1.HeaderClassName
{
color: #FDB2D3;
}
.AnyTagClassName
{
color: #FDB2D3;
}
</style>
background-color css
<style>
a { background-color: #FDB2D3; }
a { background-color: rgb(253,178,211); }
div.DivClassName
{
background-color: #FDB2D3;
}
.BgClassName
{
background-color: #FDB2D3;
}
</style>
border-color css
<style>
span { border-color: #FDB2D3; }
span { border-color: rgb(253,178,211); }
td.TdClassName
{
border-color: #FDB2D3;
}
.TagClassName
{
border-color: #FDB2D3;
}
</style>