Shades of Lavender Rose #FFAFF3
Tints of Lavender Rose #FFAFF3
RGB
CMYK
RGB Variations
Color information
#FFAFF3 (or 0xFFAFF3) is known color: Lavender Rose. HEX triplet: FF, AF and F3. RGB value is (255,175,243). Sum of RGB (Red+Green+Blue) = 255+175+243=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 175 (68.75% from 255 or 26.00% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFF3 is #00500C. Grayscale: #CECECE. Windows color (decimal): -20493 or 15970303. OLE color: 15970303.
HSL color Cylindrical-coordinate representation of color #FFAFF3: hue angle of 309º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFAFF3 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 243 | - |
| CMYK | 0 | 0.31 | 0.05 | 0 |
| HSL | 309º | 1% | 0.84% | - |
| HSV(B) | 309º | 0.31% | 1% | - |
| XYZ | 72.75 | 58.39 | 92.23 | - |
| YUV | 206.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 243 | 0 | 0.31 | 0.05 | 0 | 309 | 1 | 0.84 |
| Hex | FF | AF | F3 | 0 | 1F | 5 | 0 | 135 | 64 | 54 |
| Octal | 377 | 257 | 363 | 0 | 37 | 5 | 0 | 465 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11110011 | 0 | 11111 | 101 | 0 | 100110101 | 1100100 | 1010100 |
Color Harmonies of #FFAFF3
Complementary color
Monochromatic Colors of #FFAFF3
Black with #FFAFF3
Text Example
Text Example
White with #FFAFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFF3; }
p { color: rgb(255,175,243); }
H1.HeaderClassName
{
color: #FFAFF3;
}
.AnyTagClassName
{
color: #FFAFF3;
}
</style>
background-color css
<style>
a { background-color: #FFAFF3; }
a { background-color: rgb(255,175,243); }
div.DivClassName
{
background-color: #FFAFF3;
}
.BgClassName
{
background-color: #FFAFF3;
}
</style>
border-color css
<style>
span { border-color: #FFAFF3; }
span { border-color: rgb(255,175,243); }
td.TdClassName
{
border-color: #FFAFF3;
}
.TagClassName
{
border-color: #FFAFF3;
}
</style>