Shades of Lavender Rose #FDB4F5
Tints of Lavender Rose #FDB4F5
RGB
CMYK
RGB Variations
Color information
#FDB4F5 (or 0xFDB4F5) is known color: Lavender Rose. HEX triplet: FD, B4 and F5. RGB value is (253,180,245). Sum of RGB (Red+Green+Blue) = 253+180+245=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 180 (70.70% from 255 or 26.55% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4F5 is #024B0A. Grayscale: #D1D1D1. Windows color (decimal): -150283 or 16102653. OLE color: 16102653.
HSL color Cylindrical-coordinate representation of color #FDB4F5: hue angle of 306.58º 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 #FDB4F5 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 245 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.01 |
| HSL | 306.58º | 0.95% | 0.85% | - |
| HSV(B) | 306.58º | 0.29% | 0.99% | - |
| XYZ | 73.31 | 60.12 | 94.13 | - |
| YUV | 209.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 245 | 0 | 0.29 | 0.03 | 0.01 | 306.58 | 0.95 | 0.85 |
| Hex | FD | B4 | F5 | 0 | 1D | 3 | 1 | 133 | 5F | 55 |
| Octal | 375 | 264 | 365 | 0 | 35 | 3 | 1 | 463 | 137 | 125 |
| Binary | 11111101 | 10110100 | 11110101 | 0 | 11101 | 11 | 1 | 100110011 | 1011111 | 1010101 |
Color Harmonies of #FDB4F5
Complementary color
Monochromatic Colors of #FDB4F5
Black with #FDB4F5
Text Example
Text Example
White with #FDB4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4F5; }
p { color: rgb(253,180,245); }
H1.HeaderClassName
{
color: #FDB4F5;
}
.AnyTagClassName
{
color: #FDB4F5;
}
</style>
background-color css
<style>
a { background-color: #FDB4F5; }
a { background-color: rgb(253,180,245); }
div.DivClassName
{
background-color: #FDB4F5;
}
.BgClassName
{
background-color: #FDB4F5;
}
</style>
border-color css
<style>
span { border-color: #FDB4F5; }
span { border-color: rgb(253,180,245); }
td.TdClassName
{
border-color: #FDB4F5;
}
.TagClassName
{
border-color: #FDB4F5;
}
</style>