Shades of Lavender Rose #FDA9F9
Tints of Lavender Rose #FDA9F9
RGB
CMYK
RGB Variations
Color information
#FDA9F9 (or 0xFDA9F9) is known color: Lavender Rose. HEX triplet: FD, A9 and F9. RGB value is (253,169,249). Sum of RGB (Red+Green+Blue) = 253+169+249=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 169 (66.41% from 255 or 25.19% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA9F9 is #025606. Grayscale: #CBCBCB. Windows color (decimal): -153095 or 16361981. OLE color: 16361981.
HSL color Cylindrical-coordinate representation of color #FDA9F9: hue angle of 302.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDA9F9 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 169 | 249 | - |
CMYK | 0 | 0.33 | 0.02 | 0.01 |
HSL | 302.86º | 0.95% | 0.83% | - |
HSV(B) | 302.86º | 0.33% | 0.99% | - |
XYZ | 71.79 | 56.1 | 96.67 | - |
YUV | 203.24 | 153.83 | 163.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 169 | 249 | 0 | 0.33 | 0.02 | 0.01 | 302.86 | 0.95 | 0.83 |
Hex | FD | A9 | F9 | 0 | 21 | 2 | 1 | 12F | 5F | 53 |
Octal | 375 | 251 | 371 | 0 | 41 | 2 | 1 | 457 | 137 | 123 |
Binary | 11111101 | 10101001 | 11111001 | 0 | 100001 | 10 | 1 | 100101111 | 1011111 | 1010011 |
Color Harmonies of #FDA9F9
Complementary color
Monochromatic Colors of #FDA9F9
Black with #FDA9F9
Text Example
Text Example
White with #FDA9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9F9; }
p { color: rgb(253,169,249); }
H1.HeaderClassName
{
color: #FDA9F9;
}
.AnyTagClassName
{
color: #FDA9F9;
}
</style>
background-color css
<style>
a { background-color: #FDA9F9; }
a { background-color: rgb(253,169,249); }
div.DivClassName
{
background-color: #FDA9F9;
}
.BgClassName
{
background-color: #FDA9F9;
}
</style>
border-color css
<style>
span { border-color: #FDA9F9; }
span { border-color: rgb(253,169,249); }
td.TdClassName
{
border-color: #FDA9F9;
}
.TagClassName
{
border-color: #FDA9F9;
}
</style>