Shades of Lavender Pink #F8AED3
Tints of Lavender Pink #F8AED3
RGB
CMYK
RGB Variations
Color information
#F8AED3 (or 0xF8AED3) is known color: Lavender Pink. HEX triplet: F8, AE and D3. RGB value is (248,174,211). Sum of RGB (Red+Green+Blue) = 248+174+211=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AED3 is #07512C. Grayscale: #C8C8C8. Windows color (decimal): -479533 or 13872888. OLE color: 13872888.
HSL color Cylindrical-coordinate representation of color #F8AED3: hue angle of 330º 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 #F8AED3 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 174 | 211 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.03 |
| HSL | 330º | 0.84% | 0.83% | - |
| HSV(B) | 330º | 0.3% | 0.97% | - |
| XYZ | 65.61 | 54.93 | 68.77 | - |
| YUV | 200.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 174 | 211 | 0 | 0.30 | 0.15 | 0.03 | 330 | 0.84 | 0.83 |
| Hex | F8 | AE | D3 | 0 | 1E | F | 3 | 14A | 54 | 53 |
| Octal | 370 | 256 | 323 | 0 | 36 | 17 | 3 | 512 | 124 | 123 |
| Binary | 11111000 | 10101110 | 11010011 | 0 | 11110 | 1111 | 11 | 101001010 | 1010100 | 1010011 |
Color Harmonies of #F8AED3
Complementary color
Monochromatic Colors of #F8AED3
Black with #F8AED3
Text Example
Text Example
White with #F8AED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AED3; }
p { color: rgb(248,174,211); }
H1.HeaderClassName
{
color: #F8AED3;
}
.AnyTagClassName
{
color: #F8AED3;
}
</style>
background-color css
<style>
a { background-color: #F8AED3; }
a { background-color: rgb(248,174,211); }
div.DivClassName
{
background-color: #F8AED3;
}
.BgClassName
{
background-color: #F8AED3;
}
</style>
border-color css
<style>
span { border-color: #F8AED3; }
span { border-color: rgb(248,174,211); }
td.TdClassName
{
border-color: #F8AED3;
}
.TagClassName
{
border-color: #F8AED3;
}
</style>