Shades of Lavender Rose #FDA8FF
Tints of Lavender Rose #FDA8FF
RGB
CMYK
RGB Variations
Color information
#FDA8FF (or 0xFDA8FF) is known color: Lavender Rose. HEX triplet: FD, A8 and FF. RGB value is (253,168,255). Sum of RGB (Red+Green+Blue) = 253+168+255=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 168 (66.02% from 255 or 24.85% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDA8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8FF is #025700. Grayscale: #CBCBCB. Windows color (decimal): -153345 or 16754941. OLE color: 16754941.
HSL color Cylindrical-coordinate representation of color #FDA8FF: hue angle of 298.62º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8FF is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 168 | 255 | - |
| CMYK | 0.01 | 0.34 | 0 | 0 |
| HSL | 298.62º | 1% | 0.83% | - |
| HSV(B) | 298.62º | 0.34% | 1% | - |
| XYZ | 72.56 | 56.11 | 101.61 | - |
| YUV | 203.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 255 | 0.01 | 0.34 | 0 | 0 | 298.62 | 1 | 0.83 |
| Hex | FD | A8 | FF | 1 | 22 | 0 | 0 | 12B | 64 | 53 |
| Octal | 375 | 250 | 377 | 1 | 42 | 0 | 0 | 453 | 144 | 123 |
| Binary | 11111101 | 10101000 | 11111111 | 1 | 100010 | 0 | 0 | 100101011 | 1100100 | 1010011 |
Color Harmonies of #FDA8FF
Complementary color
Monochromatic Colors of #FDA8FF
Black with #FDA8FF
Text Example
Text Example
White with #FDA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8FF; }
p { color: rgb(253,168,255); }
H1.HeaderClassName
{
color: #FDA8FF;
}
.AnyTagClassName
{
color: #FDA8FF;
}
</style>
background-color css
<style>
a { background-color: #FDA8FF; }
a { background-color: rgb(253,168,255); }
div.DivClassName
{
background-color: #FDA8FF;
}
.BgClassName
{
background-color: #FDA8FF;
}
</style>
border-color css
<style>
span { border-color: #FDA8FF; }
span { border-color: rgb(253,168,255); }
td.TdClassName
{
border-color: #FDA8FF;
}
.TagClassName
{
border-color: #FDA8FF;
}
</style>