Shades of Pink #FEB8C8
Tints of Pink #FEB8C8
RGB
CMYK
RGB Variations
Color information
#FEB8C8 (or 0xFEB8C8) is known color: Pink. HEX triplet: FE, B8 and C8. RGB value is (254,184,200). Sum of RGB (Red+Green+Blue) = 254+184+200=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 184 (72.27% from 255 or 28.84% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8C8 is #014737. Grayscale: #CECECE. Windows color (decimal): -83768 or 13154558. OLE color: 13154558.
HSL color Cylindrical-coordinate representation of color #FEB8C8: hue angle of 346.29º 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 #FEB8C8 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 200 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.00 |
| HSL | 346.29º | 0.97% | 0.86% | - |
| HSV(B) | 346.29º | 0.28% | 1% | - |
| XYZ | 68.44 | 59.52 | 62.53 | - |
| YUV | 206.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 200 | 0 | 0.28 | 0.21 | 0.00 | 346.29 | 0.97 | 0.86 |
| Hex | FE | B8 | C8 | 0 | 1C | 15 | 0 | 15A | 61 | 56 |
| Octal | 376 | 270 | 310 | 0 | 34 | 25 | 0 | 532 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11001000 | 0 | 11100 | 10101 | 0 | 101011010 | 1100001 | 1010110 |
Color Harmonies of #FEB8C8
Complementary color
Monochromatic Colors of #FEB8C8
Black with #FEB8C8
Text Example
Text Example
White with #FEB8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8C8; }
p { color: rgb(254,184,200); }
H1.HeaderClassName
{
color: #FEB8C8;
}
.AnyTagClassName
{
color: #FEB8C8;
}
</style>
background-color css
<style>
a { background-color: #FEB8C8; }
a { background-color: rgb(254,184,200); }
div.DivClassName
{
background-color: #FEB8C8;
}
.BgClassName
{
background-color: #FEB8C8;
}
</style>
border-color css
<style>
span { border-color: #FEB8C8; }
span { border-color: rgb(254,184,200); }
td.TdClassName
{
border-color: #FEB8C8;
}
.TagClassName
{
border-color: #FEB8C8;
}
</style>