Shades of Pink #FEBFC9
Tints of Pink #FEBFC9
RGB
CMYK
RGB Variations
Color information
#FEBFC9 (or 0xFEBFC9) is known color: Pink. HEX triplet: FE, BF and C9. RGB value is (254,191,201). Sum of RGB (Red+Green+Blue) = 254+191+201=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFC9 is #014036. Grayscale: #D3D3D3. Windows color (decimal): -81975 or 13221886. OLE color: 13221886.
HSL color Cylindrical-coordinate representation of color #FEBFC9: hue angle of 350.48º 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 #FEBFC9 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 201 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.00 |
| HSL | 350.48º | 0.97% | 0.87% | - |
| HSV(B) | 350.48º | 0.25% | 1% | - |
| XYZ | 70.05 | 62.55 | 63.64 | - |
| YUV | 210.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 201 | 0 | 0.25 | 0.21 | 0.00 | 350.48 | 0.97 | 0.87 |
| Hex | FE | BF | C9 | 0 | 19 | 15 | 0 | 15E | 61 | 57 |
| Octal | 376 | 277 | 311 | 0 | 31 | 25 | 0 | 536 | 141 | 127 |
| Binary | 11111110 | 10111111 | 11001001 | 0 | 11001 | 10101 | 0 | 101011110 | 1100001 | 1010111 |
Color Harmonies of #FEBFC9
Complementary color
Monochromatic Colors of #FEBFC9
Black with #FEBFC9
Text Example
Text Example
White with #FEBFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFC9; }
p { color: rgb(254,191,201); }
H1.HeaderClassName
{
color: #FEBFC9;
}
.AnyTagClassName
{
color: #FEBFC9;
}
</style>
background-color css
<style>
a { background-color: #FEBFC9; }
a { background-color: rgb(254,191,201); }
div.DivClassName
{
background-color: #FEBFC9;
}
.BgClassName
{
background-color: #FEBFC9;
}
</style>
border-color css
<style>
span { border-color: #FEBFC9; }
span { border-color: rgb(254,191,201); }
td.TdClassName
{
border-color: #FEBFC9;
}
.TagClassName
{
border-color: #FEBFC9;
}
</style>