Shades of Your Pink #FEBCB8
Tints of Your Pink #FEBCB8
RGB
CMYK
RGB Variations
Color information
#FEBCB8 (or 0xFEBCB8) is known color: Your Pink. HEX triplet: FE, BC and B8. RGB value is (254,188,184). Sum of RGB (Red+Green+Blue) = 254+188+184=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 184 (72.27% from 255 or 29.39% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCB8 is #014347. Grayscale: #CFCFCF. Windows color (decimal): -82760 or 12107006. OLE color: 12107006.
HSL color Cylindrical-coordinate representation of color #FEBCB8: hue angle of 3.43º 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 #FEBCB8 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 184 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.00 |
| HSL | 3.43º | 0.97% | 0.86% | - |
| HSV(B) | 3.43º | 0.28% | 1% | - |
| XYZ | 67.51 | 60.5 | 53.47 | - |
| YUV | 207.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 184 | 0 | 0.26 | 0.28 | 0.00 | 3.43 | 0.97 | 0.86 |
| Hex | FE | BC | B8 | 0 | 1A | 1C | 0 | 3 | 61 | 56 |
| Octal | 376 | 274 | 270 | 0 | 32 | 34 | 0 | 3 | 141 | 126 |
| Binary | 11111110 | 10111100 | 10111000 | 0 | 11010 | 11100 | 0 | 11 | 1100001 | 1010110 |
Color Harmonies of #FEBCB8
Complementary color
Monochromatic Colors of #FEBCB8
Black with #FEBCB8
Text Example
Text Example
White with #FEBCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCB8; }
p { color: rgb(254,188,184); }
H1.HeaderClassName
{
color: #FEBCB8;
}
.AnyTagClassName
{
color: #FEBCB8;
}
</style>
background-color css
<style>
a { background-color: #FEBCB8; }
a { background-color: rgb(254,188,184); }
div.DivClassName
{
background-color: #FEBCB8;
}
.BgClassName
{
background-color: #FEBCB8;
}
</style>
border-color css
<style>
span { border-color: #FEBCB8; }
span { border-color: rgb(254,188,184); }
td.TdClassName
{
border-color: #FEBCB8;
}
.TagClassName
{
border-color: #FEBCB8;
}
</style>