Shades of Lavender Rose #FDB4F2
Tints of Lavender Rose #FDB4F2
RGB
CMYK
RGB Variations
Color information
#FDB4F2 (or 0xFDB4F2) is known color: Lavender Rose. HEX triplet: FD, B4 and F2. RGB value is (253,180,242). Sum of RGB (Red+Green+Blue) = 253+180+242=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 180 (70.70% from 255 or 26.67% from 675); Blue value is 242 (94.92% from 255 or 35.85% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4F2 is #024B0D. Grayscale: #D0D0D0. Windows color (decimal): -150286 or 15906045. OLE color: 15906045.
HSL color Cylindrical-coordinate representation of color #FDB4F2: hue angle of 309.04º 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 #FDB4F2 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 242 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.01 |
| HSL | 309.04º | 0.95% | 0.85% | - |
| HSV(B) | 309.04º | 0.29% | 0.99% | - |
| XYZ | 72.86 | 59.94 | 91.73 | - |
| YUV | 208.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 242 | 0 | 0.29 | 0.04 | 0.01 | 309.04 | 0.95 | 0.85 |
| Hex | FD | B4 | F2 | 0 | 1D | 4 | 1 | 135 | 5F | 55 |
| Octal | 375 | 264 | 362 | 0 | 35 | 4 | 1 | 465 | 137 | 125 |
| Binary | 11111101 | 10110100 | 11110010 | 0 | 11101 | 100 | 1 | 100110101 | 1011111 | 1010101 |
Color Harmonies of #FDB4F2
Complementary color
Monochromatic Colors of #FDB4F2
Black with #FDB4F2
Text Example
Text Example
White with #FDB4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4F2; }
p { color: rgb(253,180,242); }
H1.HeaderClassName
{
color: #FDB4F2;
}
.AnyTagClassName
{
color: #FDB4F2;
}
</style>
background-color css
<style>
a { background-color: #FDB4F2; }
a { background-color: rgb(253,180,242); }
div.DivClassName
{
background-color: #FDB4F2;
}
.BgClassName
{
background-color: #FDB4F2;
}
</style>
border-color css
<style>
span { border-color: #FDB4F2; }
span { border-color: rgb(253,180,242); }
td.TdClassName
{
border-color: #FDB4F2;
}
.TagClassName
{
border-color: #FDB4F2;
}
</style>