Shades of Lavender Rose #F5ACDC
Tints of Lavender Rose #F5ACDC
RGB
CMYK
RGB Variations
Color information
#F5ACDC (or 0xF5ACDC) is known color: Lavender Rose. HEX triplet: F5, AC and DC. RGB value is (245,172,220). Sum of RGB (Red+Green+Blue) = 245+172+220=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACDC is #0A5323. Grayscale: #C7C7C7. Windows color (decimal): -676644 or 14462197. OLE color: 14462197.
HSL color Cylindrical-coordinate representation of color #F5ACDC: hue angle of 320.55º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ACDC is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 172 | 220 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.04 |
| HSL | 320.55º | 0.78% | 0.82% | - |
| HSV(B) | 320.55º | 0.3% | 0.96% | - |
| XYZ | 65.33 | 54.08 | 74.71 | - |
| YUV | 199.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 172 | 220 | 0 | 0.30 | 0.10 | 0.04 | 320.55 | 0.78 | 0.82 |
| Hex | F5 | AC | DC | 0 | 1E | A | 4 | 141 | 4E | 52 |
| Octal | 365 | 254 | 334 | 0 | 36 | 12 | 4 | 501 | 116 | 122 |
| Binary | 11110101 | 10101100 | 11011100 | 0 | 11110 | 1010 | 100 | 101000001 | 1001110 | 1010010 |
Color Harmonies of #F5ACDC
Complementary color
Monochromatic Colors of #F5ACDC
Black with #F5ACDC
Text Example
Text Example
White with #F5ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ACDC; }
p { color: rgb(245,172,220); }
H1.HeaderClassName
{
color: #F5ACDC;
}
.AnyTagClassName
{
color: #F5ACDC;
}
</style>
background-color css
<style>
a { background-color: #F5ACDC; }
a { background-color: rgb(245,172,220); }
div.DivClassName
{
background-color: #F5ACDC;
}
.BgClassName
{
background-color: #F5ACDC;
}
</style>
border-color css
<style>
span { border-color: #F5ACDC; }
span { border-color: rgb(245,172,220); }
td.TdClassName
{
border-color: #F5ACDC;
}
.TagClassName
{
border-color: #F5ACDC;
}
</style>