Shades of Lavender Rose #FD9AD3
Tints of Lavender Rose #FD9AD3
RGB
CMYK
RGB Variations
Color information
#FD9AD3 (or 0xFD9AD3) is known color: Lavender Rose. HEX triplet: FD, 9A and D3. RGB value is (253,154,211). Sum of RGB (Red+Green+Blue) = 253+154+211=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 154 (60.55% from 255 or 24.92% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9AD3 is #02652C. Grayscale: #BDBDBD. Windows color (decimal): -156973 or 13867773. OLE color: 13867773.
HSL color Cylindrical-coordinate representation of color #FD9AD3: hue angle of 325.45º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FD9AD3 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 154 | 211 | - |
CMYK | 0 | 0.39 | 0.17 | 0.01 |
HSL | 325.45º | 0.96% | 0.8% | - |
HSV(B) | 325.45º | 0.39% | 0.99% | - |
XYZ | 63.82 | 48.7 | 67.66 | - |
YUV | 190.1 | 139.8 | 172.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 154 | 211 | 0 | 0.39 | 0.17 | 0.01 | 325.45 | 0.96 | 0.8 |
Hex | FD | 9A | D3 | 0 | 27 | 11 | 1 | 145 | 60 | 50 |
Octal | 375 | 232 | 323 | 0 | 47 | 21 | 1 | 505 | 140 | 120 |
Binary | 11111101 | 10011010 | 11010011 | 0 | 100111 | 10001 | 1 | 101000101 | 1100000 | 1010000 |
Color Harmonies of #FD9AD3
Complementary color
Monochromatic Colors of #FD9AD3
Black with #FD9AD3
Text Example
Text Example
White with #FD9AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9AD3; }
p { color: rgb(253,154,211); }
H1.HeaderClassName
{
color: #FD9AD3;
}
.AnyTagClassName
{
color: #FD9AD3;
}
</style>
background-color css
<style>
a { background-color: #FD9AD3; }
a { background-color: rgb(253,154,211); }
div.DivClassName
{
background-color: #FD9AD3;
}
.BgClassName
{
background-color: #FD9AD3;
}
</style>
border-color css
<style>
span { border-color: #FD9AD3; }
span { border-color: rgb(253,154,211); }
td.TdClassName
{
border-color: #FD9AD3;
}
.TagClassName
{
border-color: #FD9AD3;
}
</style>