Shades of Lavender Rose #F4A3E2
Tints of Lavender Rose #F4A3E2
RGB
CMYK
RGB Variations
Color information
#F4A3E2 (or 0xF4A3E2) is known color: Lavender Rose. HEX triplet: F4, A3 and E2. RGB value is (244,163,226). Sum of RGB (Red+Green+Blue) = 244+163+226=633 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.55% from 633); Green value is 163 (64.06% from 255 or 25.75% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A3E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A3E2 is #0B5C1D. Grayscale: #C2C2C2. Windows color (decimal): -744478 or 14853108. OLE color: 14853108.
HSL color Cylindrical-coordinate representation of color #F4A3E2: hue angle of 313.33º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4A3E2 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 163 | 226 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.04 |
| HSL | 313.33º | 0.79% | 0.8% | - |
| HSV(B) | 313.33º | 0.33% | 0.96% | - |
| XYZ | 64.13 | 50.92 | 78.4 | - |
| YUV | 194.4 | 145.84 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 163 | 226 | 0 | 0.33 | 0.07 | 0.04 | 313.33 | 0.79 | 0.8 |
| Hex | F4 | A3 | E2 | 0 | 21 | 7 | 4 | 139 | 4F | 50 |
| Octal | 364 | 243 | 342 | 0 | 41 | 7 | 4 | 471 | 117 | 120 |
| Binary | 11110100 | 10100011 | 11100010 | 0 | 100001 | 111 | 100 | 100111001 | 1001111 | 1010000 |
Color Harmonies of #F4A3E2
Complementary color
Monochromatic Colors of #F4A3E2
Black with #F4A3E2
Text Example
Text Example
White with #F4A3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A3E2; }
p { color: rgb(244,163,226); }
H1.HeaderClassName
{
color: #F4A3E2;
}
.AnyTagClassName
{
color: #F4A3E2;
}
</style>
background-color css
<style>
a { background-color: #F4A3E2; }
a { background-color: rgb(244,163,226); }
div.DivClassName
{
background-color: #F4A3E2;
}
.BgClassName
{
background-color: #F4A3E2;
}
</style>
border-color css
<style>
span { border-color: #F4A3E2; }
span { border-color: rgb(244,163,226); }
td.TdClassName
{
border-color: #F4A3E2;
}
.TagClassName
{
border-color: #F4A3E2;
}
</style>