Shades of Lavender Rose #FDB4F3
Tints of Lavender Rose #FDB4F3
RGB
CMYK
RGB Variations
Color information
#FDB4F3 (or 0xFDB4F3) is known color: Lavender Rose. HEX triplet: FD, B4 and F3. RGB value is (253,180,243). Sum of RGB (Red+Green+Blue) = 253+180+243=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 180 (70.70% from 255 or 26.63% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDB4F3 is #024B0C. Grayscale: #D0D0D0. Windows color (decimal): -150285 or 15971581. OLE color: 15971581.
HSL color Cylindrical-coordinate representation of color #FDB4F3: hue angle of 308.22º 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 #FDB4F3 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 243 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.01 |
| HSL | 308.22º | 0.95% | 0.85% | - |
| HSV(B) | 308.22º | 0.29% | 0.99% | - |
| XYZ | 73.01 | 60 | 92.53 | - |
| YUV | 209.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 243 | 0 | 0.29 | 0.04 | 0.01 | 308.22 | 0.95 | 0.85 |
| Hex | FD | B4 | F3 | 0 | 1D | 4 | 1 | 134 | 5F | 55 |
| Octal | 375 | 264 | 363 | 0 | 35 | 4 | 1 | 464 | 137 | 125 |
| Binary | 11111101 | 10110100 | 11110011 | 0 | 11101 | 100 | 1 | 100110100 | 1011111 | 1010101 |
Color Harmonies of #FDB4F3
Complementary color
Monochromatic Colors of #FDB4F3
Black with #FDB4F3
Text Example
Text Example
White with #FDB4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4F3; }
p { color: rgb(253,180,243); }
H1.HeaderClassName
{
color: #FDB4F3;
}
.AnyTagClassName
{
color: #FDB4F3;
}
</style>
background-color css
<style>
a { background-color: #FDB4F3; }
a { background-color: rgb(253,180,243); }
div.DivClassName
{
background-color: #FDB4F3;
}
.BgClassName
{
background-color: #FDB4F3;
}
</style>
border-color css
<style>
span { border-color: #FDB4F3; }
span { border-color: rgb(253,180,243); }
td.TdClassName
{
border-color: #FDB4F3;
}
.TagClassName
{
border-color: #FDB4F3;
}
</style>