Shades of Pink #FEB8CC
Tints of Pink #FEB8CC
RGB
CMYK
RGB Variations
Color information
#FEB8CC (or 0xFEB8CC) is known color: Pink. HEX triplet: FE, B8 and CC. RGB value is (254,184,204). Sum of RGB (Red+Green+Blue) = 254+184+204=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 184 (72.27% from 255 or 28.66% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8CC is #014733. Grayscale: #CFCFCF. Windows color (decimal): -83764 or 13416702. OLE color: 13416702.
HSL color Cylindrical-coordinate representation of color #FEB8CC: hue angle of 342.86º 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 #FEB8CC is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 204 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.00 |
| HSL | 342.86º | 0.97% | 0.86% | - |
| HSV(B) | 342.86º | 0.28% | 1% | - |
| XYZ | 68.91 | 59.71 | 65.02 | - |
| YUV | 207.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 204 | 0 | 0.28 | 0.20 | 0.00 | 342.86 | 0.97 | 0.86 |
| Hex | FE | B8 | CC | 0 | 1C | 14 | 0 | 157 | 61 | 56 |
| Octal | 376 | 270 | 314 | 0 | 34 | 24 | 0 | 527 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11001100 | 0 | 11100 | 10100 | 0 | 101010111 | 1100001 | 1010110 |
Color Harmonies of #FEB8CC
Complementary color
Monochromatic Colors of #FEB8CC
Black with #FEB8CC
Text Example
Text Example
White with #FEB8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8CC; }
p { color: rgb(254,184,204); }
H1.HeaderClassName
{
color: #FEB8CC;
}
.AnyTagClassName
{
color: #FEB8CC;
}
</style>
background-color css
<style>
a { background-color: #FEB8CC; }
a { background-color: rgb(254,184,204); }
div.DivClassName
{
background-color: #FEB8CC;
}
.BgClassName
{
background-color: #FEB8CC;
}
</style>
border-color css
<style>
span { border-color: #FEB8CC; }
span { border-color: rgb(254,184,204); }
td.TdClassName
{
border-color: #FEB8CC;
}
.TagClassName
{
border-color: #FEB8CC;
}
</style>