Shades of Lavender Rose #FDB6F9
Tints of Lavender Rose #FDB6F9
RGB
CMYK
RGB Variations
Color information
#FDB6F9 (or 0xFDB6F9) is known color: Lavender Rose. HEX triplet: FD, B6 and F9. RGB value is (253,182,249). Sum of RGB (Red+Green+Blue) = 253+182+249=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 182 (71.48% from 255 or 26.61% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB6F9 is #024906. Grayscale: #D2D2D2. Windows color (decimal): -149767 or 16365309. OLE color: 16365309.
HSL color Cylindrical-coordinate representation of color #FDB6F9: hue angle of 303.38º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB6F9 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 182 | 249 | - |
CMYK | 0 | 0.28 | 0.02 | 0.01 |
HSL | 303.38º | 0.95% | 0.85% | - |
HSV(B) | 303.38º | 0.28% | 0.99% | - |
XYZ | 74.33 | 61.18 | 97.51 | - |
YUV | 210.87 | 149.52 | 158.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 182 | 249 | 0 | 0.28 | 0.02 | 0.01 | 303.38 | 0.95 | 0.85 |
Hex | FD | B6 | F9 | 0 | 1C | 2 | 1 | 12F | 5F | 55 |
Octal | 375 | 266 | 371 | 0 | 34 | 2 | 1 | 457 | 137 | 125 |
Binary | 11111101 | 10110110 | 11111001 | 0 | 11100 | 10 | 1 | 100101111 | 1011111 | 1010101 |
Color Harmonies of #FDB6F9
Complementary color
Monochromatic Colors of #FDB6F9
Black with #FDB6F9
Text Example
Text Example
White with #FDB6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6F9; }
p { color: rgb(253,182,249); }
H1.HeaderClassName
{
color: #FDB6F9;
}
.AnyTagClassName
{
color: #FDB6F9;
}
</style>
background-color css
<style>
a { background-color: #FDB6F9; }
a { background-color: rgb(253,182,249); }
div.DivClassName
{
background-color: #FDB6F9;
}
.BgClassName
{
background-color: #FDB6F9;
}
</style>
border-color css
<style>
span { border-color: #FDB6F9; }
span { border-color: rgb(253,182,249); }
td.TdClassName
{
border-color: #FDB6F9;
}
.TagClassName
{
border-color: #FDB6F9;
}
</style>