Shades of Lavender Rose #FFAFEC
Tints of Lavender Rose #FFAFEC
RGB
CMYK
RGB Variations
Color information
#FFAFEC (or 0xFFAFEC) is known color: Lavender Rose. HEX triplet: FF, AF and EC. RGB value is (255,175,236). Sum of RGB (Red+Green+Blue) = 255+175+236=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 175 (68.75% from 255 or 26.28% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAFEC is #005013. Grayscale: #CDCDCD. Windows color (decimal): -20500 or 15511551. OLE color: 15511551.
HSL color Cylindrical-coordinate representation of color #FFAFEC: hue angle of 314.25º 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 #FFAFEC is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 236 | - |
| CMYK | 0 | 0.31 | 0.07 | 0 |
| HSL | 314.25º | 1% | 0.84% | - |
| HSV(B) | 314.25º | 0.31% | 1% | - |
| XYZ | 71.71 | 57.98 | 86.77 | - |
| YUV | 205.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 236 | 0 | 0.31 | 0.07 | 0 | 314.25 | 1 | 0.84 |
| Hex | FF | AF | EC | 0 | 1F | 7 | 0 | 13A | 64 | 54 |
| Octal | 377 | 257 | 354 | 0 | 37 | 7 | 0 | 472 | 144 | 124 |
| Binary | 11111111 | 10101111 | 11101100 | 0 | 11111 | 111 | 0 | 100111010 | 1100100 | 1010100 |
Color Harmonies of #FFAFEC
Complementary color
Monochromatic Colors of #FFAFEC
Black with #FFAFEC
Text Example
Text Example
White with #FFAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAFEC; }
p { color: rgb(255,175,236); }
H1.HeaderClassName
{
color: #FFAFEC;
}
.AnyTagClassName
{
color: #FFAFEC;
}
</style>
background-color css
<style>
a { background-color: #FFAFEC; }
a { background-color: rgb(255,175,236); }
div.DivClassName
{
background-color: #FFAFEC;
}
.BgClassName
{
background-color: #FFAFEC;
}
</style>
border-color css
<style>
span { border-color: #FFAFEC; }
span { border-color: rgb(255,175,236); }
td.TdClassName
{
border-color: #FFAFEC;
}
.TagClassName
{
border-color: #FFAFEC;
}
</style>