Shades of Lavender Pink #FEA7CF
Tints of Lavender Pink #FEA7CF
RGB
CMYK
RGB Variations
Color information
#FEA7CF (or 0xFEA7CF) is known color: Lavender Pink. HEX triplet: FE, A7 and CF. RGB value is (254,167,207). Sum of RGB (Red+Green+Blue) = 254+167+207=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 167 (65.62% from 255 or 26.59% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7CF is #015830. Grayscale: #C5C5C5. Windows color (decimal): -88113 or 13608958. OLE color: 13608958.
HSL color Cylindrical-coordinate representation of color #FEA7CF: hue angle of 332.41º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA7CF is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 207 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.00 |
| HSL | 332.41º | 0.98% | 0.83% | - |
| HSV(B) | 332.41º | 0.34% | 1% | - |
| XYZ | 65.95 | 53.21 | 65.83 | - |
| YUV | 197.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 207 | 0 | 0.34 | 0.19 | 0.00 | 332.41 | 0.98 | 0.83 |
| Hex | FE | A7 | CF | 0 | 22 | 13 | 0 | 14C | 62 | 53 |
| Octal | 376 | 247 | 317 | 0 | 42 | 23 | 0 | 514 | 142 | 123 |
| Binary | 11111110 | 10100111 | 11001111 | 0 | 100010 | 10011 | 0 | 101001100 | 1100010 | 1010011 |
Color Harmonies of #FEA7CF
Complementary color
Monochromatic Colors of #FEA7CF
Black with #FEA7CF
Text Example
Text Example
White with #FEA7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA7CF; }
p { color: rgb(254,167,207); }
H1.HeaderClassName
{
color: #FEA7CF;
}
.AnyTagClassName
{
color: #FEA7CF;
}
</style>
background-color css
<style>
a { background-color: #FEA7CF; }
a { background-color: rgb(254,167,207); }
div.DivClassName
{
background-color: #FEA7CF;
}
.BgClassName
{
background-color: #FEA7CF;
}
</style>
border-color css
<style>
span { border-color: #FEA7CF; }
span { border-color: rgb(254,167,207); }
td.TdClassName
{
border-color: #FEA7CF;
}
.TagClassName
{
border-color: #FEA7CF;
}
</style>