Shades of Lavender Rose #FFABF3
Tints of Lavender Rose #FFABF3
RGB
CMYK
RGB Variations
Color information
#FFABF3 (or 0xFFABF3) is known color: Lavender Rose. HEX triplet: FF, AB and F3. RGB value is (255,171,243). Sum of RGB (Red+Green+Blue) = 255+171+243=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 171 (67.19% from 255 or 25.56% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABF3 is #00540C. Grayscale: #CCCCCC. Windows color (decimal): -21517 or 15969279. OLE color: 15969279.
HSL color Cylindrical-coordinate representation of color #FFABF3: hue angle of 308.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFABF3 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 243 | - |
| CMYK | 0 | 0.33 | 0.05 | 0 |
| HSL | 308.57º | 1% | 0.84% | - |
| HSV(B) | 308.57º | 0.33% | 1% | - |
| XYZ | 71.98 | 56.86 | 91.97 | - |
| YUV | 204.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 243 | 0 | 0.33 | 0.05 | 0 | 308.57 | 1 | 0.84 |
| Hex | FF | AB | F3 | 0 | 21 | 5 | 0 | 135 | 64 | 54 |
| Octal | 377 | 253 | 363 | 0 | 41 | 5 | 0 | 465 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11110011 | 0 | 100001 | 101 | 0 | 100110101 | 1100100 | 1010100 |
Color Harmonies of #FFABF3
Complementary color
Monochromatic Colors of #FFABF3
Black with #FFABF3
Text Example
Text Example
White with #FFABF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABF3; }
p { color: rgb(255,171,243); }
H1.HeaderClassName
{
color: #FFABF3;
}
.AnyTagClassName
{
color: #FFABF3;
}
</style>
background-color css
<style>
a { background-color: #FFABF3; }
a { background-color: rgb(255,171,243); }
div.DivClassName
{
background-color: #FFABF3;
}
.BgClassName
{
background-color: #FFABF3;
}
</style>
border-color css
<style>
span { border-color: #FFABF3; }
span { border-color: rgb(255,171,243); }
td.TdClassName
{
border-color: #FFABF3;
}
.TagClassName
{
border-color: #FFABF3;
}
</style>