Shades of Lavender Pink #F8AEDC
Tints of Lavender Pink #F8AEDC
RGB
CMYK
RGB Variations
Color information
#F8AEDC (or 0xF8AEDC) is known color: Lavender Pink. HEX triplet: F8, AE and DC. RGB value is (248,174,220). Sum of RGB (Red+Green+Blue) = 248+174+220=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AEDC is #075123. Grayscale: #C9C9C9. Windows color (decimal): -479524 or 14462712. OLE color: 14462712.
HSL color Cylindrical-coordinate representation of color #F8AEDC: hue angle of 322.7º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8AEDC is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 174 | 220 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.03 |
| HSL | 322.7º | 0.84% | 0.83% | - |
| HSV(B) | 322.7º | 0.3% | 0.97% | - |
| XYZ | 66.77 | 55.4 | 74.88 | - |
| YUV | 201.37 | 138.52 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 174 | 220 | 0 | 0.30 | 0.11 | 0.03 | 322.7 | 0.84 | 0.83 |
| Hex | F8 | AE | DC | 0 | 1E | B | 3 | 143 | 54 | 53 |
| Octal | 370 | 256 | 334 | 0 | 36 | 13 | 3 | 503 | 124 | 123 |
| Binary | 11111000 | 10101110 | 11011100 | 0 | 11110 | 1011 | 11 | 101000011 | 1010100 | 1010011 |
Color Harmonies of #F8AEDC
Complementary color
Monochromatic Colors of #F8AEDC
Black with #F8AEDC
Text Example
Text Example
White with #F8AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AEDC; }
p { color: rgb(248,174,220); }
H1.HeaderClassName
{
color: #F8AEDC;
}
.AnyTagClassName
{
color: #F8AEDC;
}
</style>
background-color css
<style>
a { background-color: #F8AEDC; }
a { background-color: rgb(248,174,220); }
div.DivClassName
{
background-color: #F8AEDC;
}
.BgClassName
{
background-color: #F8AEDC;
}
</style>
border-color css
<style>
span { border-color: #F8AEDC; }
span { border-color: rgb(248,174,220); }
td.TdClassName
{
border-color: #F8AEDC;
}
.TagClassName
{
border-color: #F8AEDC;
}
</style>