Shades of Your Pink #FEBFB8
Tints of Your Pink #FEBFB8
RGB
CMYK
RGB Variations
Color information
#FEBFB8 (or 0xFEBFB8) is known color: Your Pink. HEX triplet: FE, BF and B8. RGB value is (254,191,184). Sum of RGB (Red+Green+Blue) = 254+191+184=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 184 (72.27% from 255 or 29.25% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFB8 is #014047. Grayscale: #D1D1D1. Windows color (decimal): -81992 or 12107774. OLE color: 12107774.
HSL color Cylindrical-coordinate representation of color #FEBFB8: hue angle of 6º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEBFB8 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 184 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.00 |
| HSL | 6º | 0.97% | 0.86% | - |
| HSV(B) | 6º | 0.28% | 1% | - |
| XYZ | 68.16 | 61.79 | 53.68 | - |
| YUV | 209.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 184 | 0 | 0.25 | 0.28 | 0.00 | 6 | 0.97 | 0.86 |
| Hex | FE | BF | B8 | 0 | 19 | 1C | 0 | 6 | 61 | 56 |
| Octal | 376 | 277 | 270 | 0 | 31 | 34 | 0 | 6 | 141 | 126 |
| Binary | 11111110 | 10111111 | 10111000 | 0 | 11001 | 11100 | 0 | 110 | 1100001 | 1010110 |
Color Harmonies of #FEBFB8
Complementary color
Monochromatic Colors of #FEBFB8
Black with #FEBFB8
Text Example
Text Example
White with #FEBFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFB8; }
p { color: rgb(254,191,184); }
H1.HeaderClassName
{
color: #FEBFB8;
}
.AnyTagClassName
{
color: #FEBFB8;
}
</style>
background-color css
<style>
a { background-color: #FEBFB8; }
a { background-color: rgb(254,191,184); }
div.DivClassName
{
background-color: #FEBFB8;
}
.BgClassName
{
background-color: #FEBFB8;
}
</style>
border-color css
<style>
span { border-color: #FEBFB8; }
span { border-color: rgb(254,191,184); }
td.TdClassName
{
border-color: #FEBFB8;
}
.TagClassName
{
border-color: #FEBFB8;
}
</style>