Shades of Lavender Rose #F3ABDC
Tints of Lavender Rose #F3ABDC
RGB
CMYK
RGB Variations
Color information
#F3ABDC (or 0xF3ABDC) is known color: Lavender Rose. HEX triplet: F3, AB and DC. RGB value is (243,171,220). Sum of RGB (Red+Green+Blue) = 243+171+220=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ABDC is #0C5423. Grayscale: #C5C5C5. Windows color (decimal): -807972 or 14461939. OLE color: 14461939.
HSL color Cylindrical-coordinate representation of color #F3ABDC: hue angle of 319.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3ABDC is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 171 | 220 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.05 |
| HSL | 319.17º | 0.75% | 0.81% | - |
| HSV(B) | 319.17º | 0.3% | 0.95% | - |
| XYZ | 64.44 | 53.35 | 74.61 | - |
| YUV | 198.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 171 | 220 | 0 | 0.30 | 0.09 | 0.05 | 319.17 | 0.75 | 0.81 |
| Hex | F3 | AB | DC | 0 | 1E | 9 | 5 | 13F | 4B | 51 |
| Octal | 363 | 253 | 334 | 0 | 36 | 11 | 5 | 477 | 113 | 121 |
| Binary | 11110011 | 10101011 | 11011100 | 0 | 11110 | 1001 | 101 | 100111111 | 1001011 | 1010001 |
Color Harmonies of #F3ABDC
Complementary color
Monochromatic Colors of #F3ABDC
Black with #F3ABDC
Text Example
Text Example
White with #F3ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ABDC; }
p { color: rgb(243,171,220); }
H1.HeaderClassName
{
color: #F3ABDC;
}
.AnyTagClassName
{
color: #F3ABDC;
}
</style>
background-color css
<style>
a { background-color: #F3ABDC; }
a { background-color: rgb(243,171,220); }
div.DivClassName
{
background-color: #F3ABDC;
}
.BgClassName
{
background-color: #F3ABDC;
}
</style>
border-color css
<style>
span { border-color: #F3ABDC; }
span { border-color: rgb(243,171,220); }
td.TdClassName
{
border-color: #F3ABDC;
}
.TagClassName
{
border-color: #F3ABDC;
}
</style>