Shades of Lavender Pink #FDB2D5
Tints of Lavender Pink #FDB2D5
RGB
CMYK
RGB Variations
Color information
#FDB2D5 (or 0xFDB2D5) is known color: Lavender Pink. HEX triplet: FD, B2 and D5. RGB value is (253,178,213). Sum of RGB (Red+Green+Blue) = 253+178+213=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 178 (69.92% from 255 or 27.64% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2D5 is #024D2A. Grayscale: #CCCCCC. Windows color (decimal): -150827 or 14004989. OLE color: 14004989.
HSL color Cylindrical-coordinate representation of color #FDB2D5: hue angle of 332º 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 #FDB2D5 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 178 | 213 | - |
CMYK | 0 | 0.30 | 0.16 | 0.01 |
HSL | 332º | 0.95% | 0.85% | - |
HSV(B) | 332º | 0.3% | 0.99% | - |
XYZ | 68.44 | 57.53 | 70.45 | - |
YUV | 204.42 | 132.85 | 162.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 178 | 213 | 0 | 0.30 | 0.16 | 0.01 | 332 | 0.95 | 0.85 |
Hex | FD | B2 | D5 | 0 | 1E | 10 | 1 | 14C | 5F | 55 |
Octal | 375 | 262 | 325 | 0 | 36 | 20 | 1 | 514 | 137 | 125 |
Binary | 11111101 | 10110010 | 11010101 | 0 | 11110 | 10000 | 1 | 101001100 | 1011111 | 1010101 |
Color Harmonies of #FDB2D5
Complementary color
Monochromatic Colors of #FDB2D5
Black with #FDB2D5
Text Example
Text Example
White with #FDB2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2D5; }
p { color: rgb(253,178,213); }
H1.HeaderClassName
{
color: #FDB2D5;
}
.AnyTagClassName
{
color: #FDB2D5;
}
</style>
background-color css
<style>
a { background-color: #FDB2D5; }
a { background-color: rgb(253,178,213); }
div.DivClassName
{
background-color: #FDB2D5;
}
.BgClassName
{
background-color: #FDB2D5;
}
</style>
border-color css
<style>
span { border-color: #FDB2D5; }
span { border-color: rgb(253,178,213); }
td.TdClassName
{
border-color: #FDB2D5;
}
.TagClassName
{
border-color: #FDB2D5;
}
</style>