Shades of Lavender Rose #F4ADDF
Tints of Lavender Rose #F4ADDF
RGB
CMYK
RGB Variations
Color information
#F4ADDF (or 0xF4ADDF) is known color: Lavender Rose. HEX triplet: F4, AD and DF. RGB value is (244,173,223). Sum of RGB (Red+Green+Blue) = 244+173+223=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADDF is #0B5220. Grayscale: #C7C7C7. Windows color (decimal): -741921 or 14659060. OLE color: 14659060.
HSL color Cylindrical-coordinate representation of color #F4ADDF: hue angle of 317.75º 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 #F4ADDF is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 173 | 223 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.04 |
| HSL | 317.75º | 0.76% | 0.82% | - |
| HSV(B) | 317.75º | 0.29% | 0.96% | - |
| XYZ | 65.57 | 54.45 | 76.87 | - |
| YUV | 199.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 223 | 0 | 0.29 | 0.09 | 0.04 | 317.75 | 0.76 | 0.82 |
| Hex | F4 | AD | DF | 0 | 1D | 9 | 4 | 13E | 4C | 52 |
| Octal | 364 | 255 | 337 | 0 | 35 | 11 | 4 | 476 | 114 | 122 |
| Binary | 11110100 | 10101101 | 11011111 | 0 | 11101 | 1001 | 100 | 100111110 | 1001100 | 1010010 |
Color Harmonies of #F4ADDF
Complementary color
Monochromatic Colors of #F4ADDF
Black with #F4ADDF
Text Example
Text Example
White with #F4ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ADDF; }
p { color: rgb(244,173,223); }
H1.HeaderClassName
{
color: #F4ADDF;
}
.AnyTagClassName
{
color: #F4ADDF;
}
</style>
background-color css
<style>
a { background-color: #F4ADDF; }
a { background-color: rgb(244,173,223); }
div.DivClassName
{
background-color: #F4ADDF;
}
.BgClassName
{
background-color: #F4ADDF;
}
</style>
border-color css
<style>
span { border-color: #F4ADDF; }
span { border-color: rgb(244,173,223); }
td.TdClassName
{
border-color: #F4ADDF;
}
.TagClassName
{
border-color: #F4ADDF;
}
</style>