Shades of Lavender Rose #FDAEFF
Tints of Lavender Rose #FDAEFF
RGB
CMYK
RGB Variations
Color information
#FDAEFF (or 0xFDAEFF) is known color: Lavender Rose. HEX triplet: FD, AE and FF. RGB value is (253,174,255). Sum of RGB (Red+Green+Blue) = 253+174+255=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 174 (68.36% from 255 or 25.51% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDAEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAEFF is #025100. Grayscale: #CECECE. Windows color (decimal): -151809 or 16756477. OLE color: 16756477.
HSL color Cylindrical-coordinate representation of color #FDAEFF: hue angle of 298.52º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDAEFF is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 174 | 255 | - |
| CMYK | 0.01 | 0.32 | 0 | 0 |
| HSL | 298.52º | 1% | 0.84% | - |
| HSV(B) | 298.52º | 0.32% | 1% | - |
| XYZ | 73.69 | 58.37 | 101.99 | - |
| YUV | 206.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 174 | 255 | 0.01 | 0.32 | 0 | 0 | 298.52 | 1 | 0.84 |
| Hex | FD | AE | FF | 1 | 20 | 0 | 0 | 12B | 64 | 54 |
| Octal | 375 | 256 | 377 | 1 | 40 | 0 | 0 | 453 | 144 | 124 |
| Binary | 11111101 | 10101110 | 11111111 | 1 | 100000 | 0 | 0 | 100101011 | 1100100 | 1010100 |
Color Harmonies of #FDAEFF
Complementary color
Monochromatic Colors of #FDAEFF
Black with #FDAEFF
Text Example
Text Example
White with #FDAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEFF; }
p { color: rgb(253,174,255); }
H1.HeaderClassName
{
color: #FDAEFF;
}
.AnyTagClassName
{
color: #FDAEFF;
}
</style>
background-color css
<style>
a { background-color: #FDAEFF; }
a { background-color: rgb(253,174,255); }
div.DivClassName
{
background-color: #FDAEFF;
}
.BgClassName
{
background-color: #FDAEFF;
}
</style>
border-color css
<style>
span { border-color: #FDAEFF; }
span { border-color: rgb(253,174,255); }
td.TdClassName
{
border-color: #FDAEFF;
}
.TagClassName
{
border-color: #FDAEFF;
}
</style>