Shades of Pink #FEBFC7
Tints of Pink #FEBFC7
RGB
CMYK
RGB Variations
Color information
#FEBFC7 (or 0xFEBFC7) is known color: Pink. HEX triplet: FE, BF and C7. RGB value is (254,191,199). Sum of RGB (Red+Green+Blue) = 254+191+199=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 199 (78.12% from 255 or 30.90% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFC7 is #014038. Grayscale: #D2D2D2. Windows color (decimal): -81977 or 13090814. OLE color: 13090814.
HSL color Cylindrical-coordinate representation of color #FEBFC7: hue angle of 352.38º 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 #FEBFC7 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 199 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.00 |
| HSL | 352.38º | 0.97% | 0.87% | - |
| HSV(B) | 352.38º | 0.25% | 1% | - |
| XYZ | 69.81 | 62.46 | 62.41 | - |
| YUV | 210.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 199 | 0 | 0.25 | 0.22 | 0.00 | 352.38 | 0.97 | 0.87 |
| Hex | FE | BF | C7 | 0 | 19 | 16 | 0 | 160 | 61 | 57 |
| Octal | 376 | 277 | 307 | 0 | 31 | 26 | 0 | 540 | 141 | 127 |
| Binary | 11111110 | 10111111 | 11000111 | 0 | 11001 | 10110 | 0 | 101100000 | 1100001 | 1010111 |
Color Harmonies of #FEBFC7
Complementary color
Monochromatic Colors of #FEBFC7
Black with #FEBFC7
Text Example
Text Example
White with #FEBFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFC7; }
p { color: rgb(254,191,199); }
H1.HeaderClassName
{
color: #FEBFC7;
}
.AnyTagClassName
{
color: #FEBFC7;
}
</style>
background-color css
<style>
a { background-color: #FEBFC7; }
a { background-color: rgb(254,191,199); }
div.DivClassName
{
background-color: #FEBFC7;
}
.BgClassName
{
background-color: #FEBFC7;
}
</style>
border-color css
<style>
span { border-color: #FEBFC7; }
span { border-color: rgb(254,191,199); }
td.TdClassName
{
border-color: #FEBFC7;
}
.TagClassName
{
border-color: #FEBFC7;
}
</style>