Shades of Lavender Rose #F4ADF1
Tints of Lavender Rose #F4ADF1
RGB
CMYK
RGB Variations
Color information
#F4ADF1 (or 0xF4ADF1) is known color: Lavender Rose. HEX triplet: F4, AD and F1. RGB value is (244,173,241). Sum of RGB (Red+Green+Blue) = 244+173+241=658 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.08% from 658); Green value is 173 (67.97% from 255 or 26.29% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4ADF1 is #0B520E. Grayscale: #C9C9C9. Windows color (decimal): -741903 or 15838708. OLE color: 15838708.
HSL color Cylindrical-coordinate representation of color #F4ADF1: hue angle of 302.54º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4ADF1 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 173 | 241 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.04 |
| HSL | 302.54º | 0.76% | 0.82% | - |
| HSV(B) | 302.54º | 0.29% | 0.96% | - |
| XYZ | 68.13 | 55.47 | 90.34 | - |
| YUV | 201.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 241 | 0 | 0.29 | 0.01 | 0.04 | 302.54 | 0.76 | 0.82 |
| Hex | F4 | AD | F1 | 0 | 1D | 1 | 4 | 12F | 4C | 52 |
| Octal | 364 | 255 | 361 | 0 | 35 | 1 | 4 | 457 | 114 | 122 |
| Binary | 11110100 | 10101101 | 11110001 | 0 | 11101 | 1 | 100 | 100101111 | 1001100 | 1010010 |
Color Harmonies of #F4ADF1
Complementary color
Monochromatic Colors of #F4ADF1
Black with #F4ADF1
Text Example
Text Example
White with #F4ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ADF1; }
p { color: rgb(244,173,241); }
H1.HeaderClassName
{
color: #F4ADF1;
}
.AnyTagClassName
{
color: #F4ADF1;
}
</style>
background-color css
<style>
a { background-color: #F4ADF1; }
a { background-color: rgb(244,173,241); }
div.DivClassName
{
background-color: #F4ADF1;
}
.BgClassName
{
background-color: #F4ADF1;
}
</style>
border-color css
<style>
span { border-color: #F4ADF1; }
span { border-color: rgb(244,173,241); }
td.TdClassName
{
border-color: #F4ADF1;
}
.TagClassName
{
border-color: #F4ADF1;
}
</style>