Shades of Lavender Rose #FDAFE1
Tints of Lavender Rose #FDAFE1
RGB
CMYK
RGB Variations
Color information
#FDAFE1 (or 0xFDAFE1) is known color: Lavender Rose. HEX triplet: FD, AF and E1. RGB value is (253,175,225). Sum of RGB (Red+Green+Blue) = 253+175+225=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFE1 is #02501E. Grayscale: #CBCBCB. Windows color (decimal): -151583 or 14790653. OLE color: 14790653.
HSL color Cylindrical-coordinate representation of color #FDAFE1: hue angle of 321.54º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAFE1 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 175 | 225 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.01 |
| HSL | 321.54º | 0.95% | 0.84% | - |
| HSV(B) | 321.54º | 0.31% | 0.99% | - |
| XYZ | 69.43 | 56.98 | 78.57 | - |
| YUV | 204.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 175 | 225 | 0 | 0.31 | 0.11 | 0.01 | 321.54 | 0.95 | 0.84 |
| Hex | FD | AF | E1 | 0 | 1F | B | 1 | 142 | 5F | 54 |
| Octal | 375 | 257 | 341 | 0 | 37 | 13 | 1 | 502 | 137 | 124 |
| Binary | 11111101 | 10101111 | 11100001 | 0 | 11111 | 1011 | 1 | 101000010 | 1011111 | 1010100 |
Color Harmonies of #FDAFE1
Complementary color
Monochromatic Colors of #FDAFE1
Black with #FDAFE1
Text Example
Text Example
White with #FDAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAFE1; }
p { color: rgb(253,175,225); }
H1.HeaderClassName
{
color: #FDAFE1;
}
.AnyTagClassName
{
color: #FDAFE1;
}
</style>
background-color css
<style>
a { background-color: #FDAFE1; }
a { background-color: rgb(253,175,225); }
div.DivClassName
{
background-color: #FDAFE1;
}
.BgClassName
{
background-color: #FDAFE1;
}
</style>
border-color css
<style>
span { border-color: #FDAFE1; }
span { border-color: rgb(253,175,225); }
td.TdClassName
{
border-color: #FDAFE1;
}
.TagClassName
{
border-color: #FDAFE1;
}
</style>