Shades of Lavender Rose #F3B0DD
Tints of Lavender Rose #F3B0DD
RGB
CMYK
RGB Variations
Color information
#F3B0DD (or 0xF3B0DD) is known color: Lavender Rose. HEX triplet: F3, B0 and DD. RGB value is (243,176,221). Sum of RGB (Red+Green+Blue) = 243+176+221=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B0DD is #0C4F22. Grayscale: #C9C9C9. Windows color (decimal): -806691 or 14528755. OLE color: 14528755.
HSL color Cylindrical-coordinate representation of color #F3B0DD: hue angle of 319.7º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3B0DD is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 176 | 221 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.05 |
| HSL | 319.7º | 0.74% | 0.82% | - |
| HSV(B) | 319.7º | 0.28% | 0.95% | - |
| XYZ | 65.54 | 55.33 | 75.63 | - |
| YUV | 201.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 221 | 0 | 0.28 | 0.09 | 0.05 | 319.7 | 0.74 | 0.82 |
| Hex | F3 | B0 | DD | 0 | 1C | 9 | 5 | 140 | 4A | 52 |
| Octal | 363 | 260 | 335 | 0 | 34 | 11 | 5 | 500 | 112 | 122 |
| Binary | 11110011 | 10110000 | 11011101 | 0 | 11100 | 1001 | 101 | 101000000 | 1001010 | 1010010 |
Color Harmonies of #F3B0DD
Complementary color
Monochromatic Colors of #F3B0DD
Black with #F3B0DD
Text Example
Text Example
White with #F3B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B0DD; }
p { color: rgb(243,176,221); }
H1.HeaderClassName
{
color: #F3B0DD;
}
.AnyTagClassName
{
color: #F3B0DD;
}
</style>
background-color css
<style>
a { background-color: #F3B0DD; }
a { background-color: rgb(243,176,221); }
div.DivClassName
{
background-color: #F3B0DD;
}
.BgClassName
{
background-color: #F3B0DD;
}
</style>
border-color css
<style>
span { border-color: #F3B0DD; }
span { border-color: rgb(243,176,221); }
td.TdClassName
{
border-color: #F3B0DD;
}
.TagClassName
{
border-color: #F3B0DD;
}
</style>