Shades of Lavender Rose #F3AFE1
Tints of Lavender Rose #F3AFE1
RGB
CMYK
RGB Variations
Color information
#F3AFE1 (or 0xF3AFE1) is known color: Lavender Rose. HEX triplet: F3, AF and E1. RGB value is (243,175,225). Sum of RGB (Red+Green+Blue) = 243+175+225=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AFE1 is #0C501E. Grayscale: #C8C8C8. Windows color (decimal): -806943 or 14790643. OLE color: 14790643.
HSL color Cylindrical-coordinate representation of color #F3AFE1: hue angle of 315.88º 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 #F3AFE1 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 225 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.05 |
| HSL | 315.88º | 0.74% | 0.82% | - |
| HSV(B) | 315.88º | 0.28% | 0.95% | - |
| XYZ | 65.88 | 55.15 | 78.41 | - |
| YUV | 201.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 225 | 0 | 0.28 | 0.07 | 0.05 | 315.88 | 0.74 | 0.82 |
| Hex | F3 | AF | E1 | 0 | 1C | 7 | 5 | 13C | 4A | 52 |
| Octal | 363 | 257 | 341 | 0 | 34 | 7 | 5 | 474 | 112 | 122 |
| Binary | 11110011 | 10101111 | 11100001 | 0 | 11100 | 111 | 101 | 100111100 | 1001010 | 1010010 |
Color Harmonies of #F3AFE1
Complementary color
Monochromatic Colors of #F3AFE1
Black with #F3AFE1
Text Example
Text Example
White with #F3AFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AFE1; }
p { color: rgb(243,175,225); }
H1.HeaderClassName
{
color: #F3AFE1;
}
.AnyTagClassName
{
color: #F3AFE1;
}
</style>
background-color css
<style>
a { background-color: #F3AFE1; }
a { background-color: rgb(243,175,225); }
div.DivClassName
{
background-color: #F3AFE1;
}
.BgClassName
{
background-color: #F3AFE1;
}
</style>
border-color css
<style>
span { border-color: #F3AFE1; }
span { border-color: rgb(243,175,225); }
td.TdClassName
{
border-color: #F3AFE1;
}
.TagClassName
{
border-color: #F3AFE1;
}
</style>