Shades of Lavender Rose #FD96D5
Tints of Lavender Rose #FD96D5
RGB
CMYK
RGB Variations
Color information
#FD96D5 (or 0xFD96D5) is known color: Lavender Rose. HEX triplet: FD, 96 and D5. RGB value is (253,150,213). Sum of RGB (Red+Green+Blue) = 253+150+213=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FD96D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD96D5 is #02692A. Grayscale: #BBBBBB. Windows color (decimal): -157995 or 13997821. OLE color: 13997821.
HSL color Cylindrical-coordinate representation of color #FD96D5: hue angle of 323.3º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FD96D5 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 150 | 213 | - |
CMYK | 0 | 0.41 | 0.16 | 0.01 |
HSL | 323.3º | 0.96% | 0.79% | - |
HSV(B) | 323.3º | 0.41% | 0.99% | - |
XYZ | 63.42 | 47.5 | 68.78 | - |
YUV | 187.98 | 142.12 | 174.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 150 | 213 | 0 | 0.41 | 0.16 | 0.01 | 323.3 | 0.96 | 0.79 |
Hex | FD | 96 | D5 | 0 | 29 | 10 | 1 | 143 | 60 | 4F |
Octal | 375 | 226 | 325 | 0 | 51 | 20 | 1 | 503 | 140 | 117 |
Binary | 11111101 | 10010110 | 11010101 | 0 | 101001 | 10000 | 1 | 101000011 | 1100000 | 1001111 |
Color Harmonies of #FD96D5
Complementary color
Monochromatic Colors of #FD96D5
Black with #FD96D5
Text Example
Text Example
White with #FD96D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD96D5; }
p { color: rgb(253,150,213); }
H1.HeaderClassName
{
color: #FD96D5;
}
.AnyTagClassName
{
color: #FD96D5;
}
</style>
background-color css
<style>
a { background-color: #FD96D5; }
a { background-color: rgb(253,150,213); }
div.DivClassName
{
background-color: #FD96D5;
}
.BgClassName
{
background-color: #FD96D5;
}
</style>
border-color css
<style>
span { border-color: #FD96D5; }
span { border-color: rgb(253,150,213); }
td.TdClassName
{
border-color: #FD96D5;
}
.TagClassName
{
border-color: #FD96D5;
}
</style>