Shades of Lavender Rose #F4ADE5
Tints of Lavender Rose #F4ADE5
RGB
CMYK
RGB Variations
Color information
#F4ADE5 (or 0xF4ADE5) is known color: Lavender Rose. HEX triplet: F4, AD and E5. RGB value is (244,173,229). Sum of RGB (Red+Green+Blue) = 244+173+229=646 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.77% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADE5 is #0B521A. Grayscale: #C8C8C8. Windows color (decimal): -741915 or 15052276. OLE color: 15052276.
HSL color Cylindrical-coordinate representation of color #F4ADE5: hue angle of 312.68º 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 #F4ADE5 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 173 | 229 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.04 |
| HSL | 312.68º | 0.76% | 0.82% | - |
| HSV(B) | 312.68º | 0.29% | 0.96% | - |
| XYZ | 66.39 | 54.78 | 81.2 | - |
| YUV | 200.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 229 | 0 | 0.29 | 0.06 | 0.04 | 312.68 | 0.76 | 0.82 |
| Hex | F4 | AD | E5 | 0 | 1D | 6 | 4 | 139 | 4C | 52 |
| Octal | 364 | 255 | 345 | 0 | 35 | 6 | 4 | 471 | 114 | 122 |
| Binary | 11110100 | 10101101 | 11100101 | 0 | 11101 | 110 | 100 | 100111001 | 1001100 | 1010010 |
Color Harmonies of #F4ADE5
Complementary color
Monochromatic Colors of #F4ADE5
Black with #F4ADE5
Text Example
Text Example
White with #F4ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ADE5; }
p { color: rgb(244,173,229); }
H1.HeaderClassName
{
color: #F4ADE5;
}
.AnyTagClassName
{
color: #F4ADE5;
}
</style>
background-color css
<style>
a { background-color: #F4ADE5; }
a { background-color: rgb(244,173,229); }
div.DivClassName
{
background-color: #F4ADE5;
}
.BgClassName
{
background-color: #F4ADE5;
}
</style>
border-color css
<style>
span { border-color: #F4ADE5; }
span { border-color: rgb(244,173,229); }
td.TdClassName
{
border-color: #F4ADE5;
}
.TagClassName
{
border-color: #F4ADE5;
}
</style>