Shades of Lavender Rose #FDB4F9
Tints of Lavender Rose #FDB4F9
RGB
CMYK
RGB Variations
Color information
#FDB4F9 (or 0xFDB4F9) is known color: Lavender Rose. HEX triplet: FD, B4 and F9. RGB value is (253,180,249). Sum of RGB (Red+Green+Blue) = 253+180+249=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 180 (70.70% from 255 or 26.39% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4F9 is #024B06. Grayscale: #D1D1D1. Windows color (decimal): -150279 or 16364797. OLE color: 16364797.
HSL color Cylindrical-coordinate representation of color #FDB4F9: hue angle of 303.29º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB4F9 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 180 | 249 | - |
CMYK | 0 | 0.29 | 0.02 | 0.01 |
HSL | 303.29º | 0.95% | 0.85% | - |
HSV(B) | 303.29º | 0.29% | 0.99% | - |
XYZ | 73.93 | 60.36 | 97.38 | - |
YUV | 209.69 | 150.18 | 158.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 180 | 249 | 0 | 0.29 | 0.02 | 0.01 | 303.29 | 0.95 | 0.85 |
Hex | FD | B4 | F9 | 0 | 1D | 2 | 1 | 12F | 5F | 55 |
Octal | 375 | 264 | 371 | 0 | 35 | 2 | 1 | 457 | 137 | 125 |
Binary | 11111101 | 10110100 | 11111001 | 0 | 11101 | 10 | 1 | 100101111 | 1011111 | 1010101 |
Color Harmonies of #FDB4F9
Complementary color
Monochromatic Colors of #FDB4F9
Black with #FDB4F9
Text Example
Text Example
White with #FDB4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4F9; }
p { color: rgb(253,180,249); }
H1.HeaderClassName
{
color: #FDB4F9;
}
.AnyTagClassName
{
color: #FDB4F9;
}
</style>
background-color css
<style>
a { background-color: #FDB4F9; }
a { background-color: rgb(253,180,249); }
div.DivClassName
{
background-color: #FDB4F9;
}
.BgClassName
{
background-color: #FDB4F9;
}
</style>
border-color css
<style>
span { border-color: #FDB4F9; }
span { border-color: rgb(253,180,249); }
td.TdClassName
{
border-color: #FDB4F9;
}
.TagClassName
{
border-color: #FDB4F9;
}
</style>