Shades of Lavender Rose #F4ADE2
Tints of Lavender Rose #F4ADE2
RGB
CMYK
RGB Variations
Color information
#F4ADE2 (or 0xF4ADE2) is known color: Lavender Rose. HEX triplet: F4, AD and E2. RGB value is (244,173,226). Sum of RGB (Red+Green+Blue) = 244+173+226=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADE2 is #0B521D. Grayscale: #C8C8C8. Windows color (decimal): -741918 or 14855668. OLE color: 14855668.
HSL color Cylindrical-coordinate representation of color #F4ADE2: hue angle of 315.21º 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 #F4ADE2 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 173 | 226 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.04 |
| HSL | 315.21º | 0.76% | 0.82% | - |
| HSV(B) | 315.21º | 0.29% | 0.96% | - |
| XYZ | 65.98 | 54.61 | 79.02 | - |
| YUV | 200.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 226 | 0 | 0.29 | 0.07 | 0.04 | 315.21 | 0.76 | 0.82 |
| Hex | F4 | AD | E2 | 0 | 1D | 7 | 4 | 13B | 4C | 52 |
| Octal | 364 | 255 | 342 | 0 | 35 | 7 | 4 | 473 | 114 | 122 |
| Binary | 11110100 | 10101101 | 11100010 | 0 | 11101 | 111 | 100 | 100111011 | 1001100 | 1010010 |
Color Harmonies of #F4ADE2
Complementary color
Monochromatic Colors of #F4ADE2
Black with #F4ADE2
Text Example
Text Example
White with #F4ADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ADE2; }
p { color: rgb(244,173,226); }
H1.HeaderClassName
{
color: #F4ADE2;
}
.AnyTagClassName
{
color: #F4ADE2;
}
</style>
background-color css
<style>
a { background-color: #F4ADE2; }
a { background-color: rgb(244,173,226); }
div.DivClassName
{
background-color: #F4ADE2;
}
.BgClassName
{
background-color: #F4ADE2;
}
</style>
border-color css
<style>
span { border-color: #F4ADE2; }
span { border-color: rgb(244,173,226); }
td.TdClassName
{
border-color: #F4ADE2;
}
.TagClassName
{
border-color: #F4ADE2;
}
</style>