Shades of Lavender Rose #FD9AF5
Tints of Lavender Rose #FD9AF5
RGB
CMYK
RGB Variations
Color information
#FD9AF5 (or 0xFD9AF5) is known color: Lavender Rose. HEX triplet: FD, 9A and F5. RGB value is (253,154,245). Sum of RGB (Red+Green+Blue) = 253+154+245=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 154 (60.55% from 255 or 23.62% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9AF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9AF5 is #02650A. Grayscale: #C1C1C1. Windows color (decimal): -156939 or 16095997. OLE color: 16095997.
HSL color Cylindrical-coordinate representation of color #FD9AF5: hue angle of 304.85º 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 #FD9AF5 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 154 | 245 | - |
CMYK | 0 | 0.39 | 0.03 | 0.01 |
HSL | 304.85º | 0.96% | 0.8% | - |
HSV(B) | 304.85º | 0.39% | 0.99% | - |
XYZ | 68.55 | 50.59 | 92.54 | - |
YUV | 193.98 | 156.8 | 170.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 154 | 245 | 0 | 0.39 | 0.03 | 0.01 | 304.85 | 0.96 | 0.8 |
Hex | FD | 9A | F5 | 0 | 27 | 3 | 1 | 131 | 60 | 50 |
Octal | 375 | 232 | 365 | 0 | 47 | 3 | 1 | 461 | 140 | 120 |
Binary | 11111101 | 10011010 | 11110101 | 0 | 100111 | 11 | 1 | 100110001 | 1100000 | 1010000 |
Color Harmonies of #FD9AF5
Complementary color
Monochromatic Colors of #FD9AF5
Black with #FD9AF5
Text Example
Text Example
White with #FD9AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9AF5; }
p { color: rgb(253,154,245); }
H1.HeaderClassName
{
color: #FD9AF5;
}
.AnyTagClassName
{
color: #FD9AF5;
}
</style>
background-color css
<style>
a { background-color: #FD9AF5; }
a { background-color: rgb(253,154,245); }
div.DivClassName
{
background-color: #FD9AF5;
}
.BgClassName
{
background-color: #FD9AF5;
}
</style>
border-color css
<style>
span { border-color: #FD9AF5; }
span { border-color: rgb(253,154,245); }
td.TdClassName
{
border-color: #FD9AF5;
}
.TagClassName
{
border-color: #FD9AF5;
}
</style>