Shades of Lavender Pink #FEB0CF
Tints of Lavender Pink #FEB0CF
RGB
CMYK
RGB Variations
Color information
#FEB0CF (or 0xFEB0CF) is known color: Lavender Pink. HEX triplet: FE, B0 and CF. RGB value is (254,176,207). Sum of RGB (Red+Green+Blue) = 254+176+207=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0CF is #014F30. Grayscale: #CACACA. Windows color (decimal): -85809 or 13611262. OLE color: 13611262.
HSL color Cylindrical-coordinate representation of color #FEB0CF: hue angle of 336.15º 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 #FEB0CF is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 176 | 207 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.00 |
| HSL | 336.15º | 0.98% | 0.84% | - |
| HSV(B) | 336.15º | 0.31% | 1% | - |
| XYZ | 67.66 | 56.63 | 66.4 | - |
| YUV | 202.86 | 130.34 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 176 | 207 | 0 | 0.31 | 0.19 | 0.00 | 336.15 | 0.98 | 0.84 |
| Hex | FE | B0 | CF | 0 | 1F | 13 | 0 | 150 | 62 | 54 |
| Octal | 376 | 260 | 317 | 0 | 37 | 23 | 0 | 520 | 142 | 124 |
| Binary | 11111110 | 10110000 | 11001111 | 0 | 11111 | 10011 | 0 | 101010000 | 1100010 | 1010100 |
Color Harmonies of #FEB0CF
Complementary color
Monochromatic Colors of #FEB0CF
Black with #FEB0CF
Text Example
Text Example
White with #FEB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB0CF; }
p { color: rgb(254,176,207); }
H1.HeaderClassName
{
color: #FEB0CF;
}
.AnyTagClassName
{
color: #FEB0CF;
}
</style>
background-color css
<style>
a { background-color: #FEB0CF; }
a { background-color: rgb(254,176,207); }
div.DivClassName
{
background-color: #FEB0CF;
}
.BgClassName
{
background-color: #FEB0CF;
}
</style>
border-color css
<style>
span { border-color: #FEB0CF; }
span { border-color: rgb(254,176,207); }
td.TdClassName
{
border-color: #FEB0CF;
}
.TagClassName
{
border-color: #FEB0CF;
}
</style>