Shades of Pink #FEBEC9
Tints of Pink #FEBEC9
RGB
CMYK
RGB Variations
Color information
#FEBEC9 (or 0xFEBEC9) is known color: Pink. HEX triplet: FE, BE and C9. RGB value is (254,190,201). Sum of RGB (Red+Green+Blue) = 254+190+201=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBEC9 is #014136. Grayscale: #D2D2D2. Windows color (decimal): -82231 or 13221630. OLE color: 13221630.
HSL color Cylindrical-coordinate representation of color #FEBEC9: hue angle of 349.69º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBEC9 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 201 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.00 |
| HSL | 349.69º | 0.97% | 0.87% | - |
| HSV(B) | 349.69º | 0.25% | 1% | - |
| XYZ | 69.83 | 62.11 | 63.57 | - |
| YUV | 210.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 201 | 0 | 0.25 | 0.21 | 0.00 | 349.69 | 0.97 | 0.87 |
| Hex | FE | BE | C9 | 0 | 19 | 15 | 0 | 15E | 61 | 57 |
| Octal | 376 | 276 | 311 | 0 | 31 | 25 | 0 | 536 | 141 | 127 |
| Binary | 11111110 | 10111110 | 11001001 | 0 | 11001 | 10101 | 0 | 101011110 | 1100001 | 1010111 |
Color Harmonies of #FEBEC9
Complementary color
Monochromatic Colors of #FEBEC9
Black with #FEBEC9
Text Example
Text Example
White with #FEBEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBEC9; }
p { color: rgb(254,190,201); }
H1.HeaderClassName
{
color: #FEBEC9;
}
.AnyTagClassName
{
color: #FEBEC9;
}
</style>
background-color css
<style>
a { background-color: #FEBEC9; }
a { background-color: rgb(254,190,201); }
div.DivClassName
{
background-color: #FEBEC9;
}
.BgClassName
{
background-color: #FEBEC9;
}
</style>
border-color css
<style>
span { border-color: #FEBEC9; }
span { border-color: rgb(254,190,201); }
td.TdClassName
{
border-color: #FEBEC9;
}
.TagClassName
{
border-color: #FEBEC9;
}
</style>