Shades of Lavender Pink #FEAFDD
Tints of Lavender Pink #FEAFDD
RGB
CMYK
RGB Variations
Color information
#FEAFDD (or 0xFEAFDD) is known color: Lavender Pink. HEX triplet: FE, AF and DD. RGB value is (254,175,221). Sum of RGB (Red+Green+Blue) = 254+175+221=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFDD is #015022. Grayscale: #CBCBCB. Windows color (decimal): -86051 or 14528510. OLE color: 14528510.
HSL color Cylindrical-coordinate representation of color #FEAFDD: hue angle of 325.06º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAFDD is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 221 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.00 |
| HSL | 325.06º | 0.98% | 0.84% | - |
| HSV(B) | 325.06º | 0.31% | 1% | - |
| XYZ | 69.25 | 56.95 | 75.75 | - |
| YUV | 203.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 221 | 0 | 0.31 | 0.13 | 0.00 | 325.06 | 0.98 | 0.84 |
| Hex | FE | AF | DD | 0 | 1F | D | 0 | 145 | 62 | 54 |
| Octal | 376 | 257 | 335 | 0 | 37 | 15 | 0 | 505 | 142 | 124 |
| Binary | 11111110 | 10101111 | 11011101 | 0 | 11111 | 1101 | 0 | 101000101 | 1100010 | 1010100 |
Color Harmonies of #FEAFDD
Complementary color
Monochromatic Colors of #FEAFDD
Black with #FEAFDD
Text Example
Text Example
White with #FEAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAFDD; }
p { color: rgb(254,175,221); }
H1.HeaderClassName
{
color: #FEAFDD;
}
.AnyTagClassName
{
color: #FEAFDD;
}
</style>
background-color css
<style>
a { background-color: #FEAFDD; }
a { background-color: rgb(254,175,221); }
div.DivClassName
{
background-color: #FEAFDD;
}
.BgClassName
{
background-color: #FEAFDD;
}
</style>
border-color css
<style>
span { border-color: #FEAFDD; }
span { border-color: rgb(254,175,221); }
td.TdClassName
{
border-color: #FEAFDD;
}
.TagClassName
{
border-color: #FEAFDD;
}
</style>