Shades of Lavender Rose #FFA8DD
Tints of Lavender Rose #FFA8DD
RGB
CMYK
RGB Variations
Color information
#FFA8DD (or 0xFFA8DD) is known color: Lavender Rose. HEX triplet: FF, A8 and DD. RGB value is (255,168,221). Sum of RGB (Red+Green+Blue) = 255+168+221=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 168 (66.02% from 255 or 26.09% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8DD is #005722. Grayscale: #C7C7C7. Windows color (decimal): -22307 or 14526719. OLE color: 14526719.
HSL color Cylindrical-coordinate representation of color #FFA8DD: hue angle of 323.45º 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 #FFA8DD is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 168 | 221 | - |
CMYK | 0 | 0.34 | 0.13 | 0 |
HSL | 323.45º | 1% | 0.83% | - |
HSV(B) | 323.45º | 0.34% | 1% | - |
XYZ | 68.29 | 54.49 | 75.32 | - |
YUV | 200.06 | 139.82 | 167.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 168 | 221 | 0 | 0.34 | 0.13 | 0 | 323.45 | 1 | 0.83 |
Hex | FF | A8 | DD | 0 | 22 | D | 0 | 143 | 64 | 53 |
Octal | 377 | 250 | 335 | 0 | 42 | 15 | 0 | 503 | 144 | 123 |
Binary | 11111111 | 10101000 | 11011101 | 0 | 100010 | 1101 | 0 | 101000011 | 1100100 | 1010011 |
Color Harmonies of #FFA8DD
Complementary color
Monochromatic Colors of #FFA8DD
Black with #FFA8DD
Text Example
Text Example
White with #FFA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8DD; }
p { color: rgb(255,168,221); }
H1.HeaderClassName
{
color: #FFA8DD;
}
.AnyTagClassName
{
color: #FFA8DD;
}
</style>
background-color css
<style>
a { background-color: #FFA8DD; }
a { background-color: rgb(255,168,221); }
div.DivClassName
{
background-color: #FFA8DD;
}
.BgClassName
{
background-color: #FFA8DD;
}
</style>
border-color css
<style>
span { border-color: #FFA8DD; }
span { border-color: rgb(255,168,221); }
td.TdClassName
{
border-color: #FFA8DD;
}
.TagClassName
{
border-color: #FFA8DD;
}
</style>