Shades of Lavender Rose #FF95DF
Tints of Lavender Rose #FF95DF
RGB
CMYK
RGB Variations
Color information
#FF95DF (or 0xFF95DF) is known color: Lavender Rose. HEX triplet: FF, 95 and DF. RGB value is (255,149,223). Sum of RGB (Red+Green+Blue) = 255+149+223=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 149 (58.59% from 255 or 23.76% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95DF is #006A20. Grayscale: #BCBCBC. Windows color (decimal): -27169 or 14652927. OLE color: 14652927.
HSL color Cylindrical-coordinate representation of color #FF95DF: hue angle of 318.11º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF95DF is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 223 | - |
| CMYK | 0 | 0.42 | 0.13 | 0 |
| HSL | 318.11º | 1% | 0.79% | - |
| HSV(B) | 318.11º | 0.42% | 1% | - |
| XYZ | 65.31 | 48.08 | 75.65 | - |
| YUV | 189.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 223 | 0 | 0.42 | 0.13 | 0 | 318.11 | 1 | 0.79 |
| Hex | FF | 95 | DF | 0 | 2A | D | 0 | 13E | 64 | 4F |
| Octal | 377 | 225 | 337 | 0 | 52 | 15 | 0 | 476 | 144 | 117 |
| Binary | 11111111 | 10010101 | 11011111 | 0 | 101010 | 1101 | 0 | 100111110 | 1100100 | 1001111 |
Color Harmonies of #FF95DF
Complementary color
Monochromatic Colors of #FF95DF
Black with #FF95DF
Text Example
Text Example
White with #FF95DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF95DF; }
p { color: rgb(255,149,223); }
H1.HeaderClassName
{
color: #FF95DF;
}
.AnyTagClassName
{
color: #FF95DF;
}
</style>
background-color css
<style>
a { background-color: #FF95DF; }
a { background-color: rgb(255,149,223); }
div.DivClassName
{
background-color: #FF95DF;
}
.BgClassName
{
background-color: #FF95DF;
}
</style>
border-color css
<style>
span { border-color: #FF95DF; }
span { border-color: rgb(255,149,223); }
td.TdClassName
{
border-color: #FF95DF;
}
.TagClassName
{
border-color: #FF95DF;
}
</style>