Shades of Lavender Rose #F3AEDC
Tints of Lavender Rose #F3AEDC
RGB
CMYK
RGB Variations
Color information
#F3AEDC (or 0xF3AEDC) is known color: Lavender Rose. HEX triplet: F3, AE and DC. RGB value is (243,174,220). Sum of RGB (Red+Green+Blue) = 243+174+220=637 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.15% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AEDC is #0C5123. Grayscale: #C7C7C7. Windows color (decimal): -807204 or 14462707. OLE color: 14462707.
HSL color Cylindrical-coordinate representation of color #F3AEDC: hue angle of 320º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3AEDC is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 174 | 220 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.05 |
| HSL | 320º | 0.74% | 0.82% | - |
| HSV(B) | 320º | 0.28% | 0.95% | - |
| XYZ | 65.02 | 54.49 | 74.8 | - |
| YUV | 199.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 174 | 220 | 0 | 0.28 | 0.09 | 0.05 | 320 | 0.74 | 0.82 |
| Hex | F3 | AE | DC | 0 | 1C | 9 | 5 | 140 | 4A | 52 |
| Octal | 363 | 256 | 334 | 0 | 34 | 11 | 5 | 500 | 112 | 122 |
| Binary | 11110011 | 10101110 | 11011100 | 0 | 11100 | 1001 | 101 | 101000000 | 1001010 | 1010010 |
Color Harmonies of #F3AEDC
Complementary color
Monochromatic Colors of #F3AEDC
Black with #F3AEDC
Text Example
Text Example
White with #F3AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AEDC; }
p { color: rgb(243,174,220); }
H1.HeaderClassName
{
color: #F3AEDC;
}
.AnyTagClassName
{
color: #F3AEDC;
}
</style>
background-color css
<style>
a { background-color: #F3AEDC; }
a { background-color: rgb(243,174,220); }
div.DivClassName
{
background-color: #F3AEDC;
}
.BgClassName
{
background-color: #F3AEDC;
}
</style>
border-color css
<style>
span { border-color: #F3AEDC; }
span { border-color: rgb(243,174,220); }
td.TdClassName
{
border-color: #F3AEDC;
}
.TagClassName
{
border-color: #F3AEDC;
}
</style>