Shades of Pink #FEB8CA
Tints of Pink #FEB8CA
RGB
CMYK
RGB Variations
Color information
#FEB8CA (or 0xFEB8CA) is known color: Pink. HEX triplet: FE, B8 and CA. RGB value is (254,184,202). Sum of RGB (Red+Green+Blue) = 254+184+202=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 184 (72.27% from 255 or 28.75% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8CA is #014735. Grayscale: #CECECE. Windows color (decimal): -83766 or 13285630. OLE color: 13285630.
HSL color Cylindrical-coordinate representation of color #FEB8CA: hue angle of 344.57º 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 #FEB8CA is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 202 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.00 |
| HSL | 344.57º | 0.97% | 0.86% | - |
| HSV(B) | 344.57º | 0.28% | 1% | - |
| XYZ | 68.67 | 59.62 | 63.76 | - |
| YUV | 206.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 202 | 0 | 0.28 | 0.20 | 0.00 | 344.57 | 0.97 | 0.86 |
| Hex | FE | B8 | CA | 0 | 1C | 14 | 0 | 159 | 61 | 56 |
| Octal | 376 | 270 | 312 | 0 | 34 | 24 | 0 | 531 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11001010 | 0 | 11100 | 10100 | 0 | 101011001 | 1100001 | 1010110 |
Color Harmonies of #FEB8CA
Complementary color
Monochromatic Colors of #FEB8CA
Black with #FEB8CA
Text Example
Text Example
White with #FEB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8CA; }
p { color: rgb(254,184,202); }
H1.HeaderClassName
{
color: #FEB8CA;
}
.AnyTagClassName
{
color: #FEB8CA;
}
</style>
background-color css
<style>
a { background-color: #FEB8CA; }
a { background-color: rgb(254,184,202); }
div.DivClassName
{
background-color: #FEB8CA;
}
.BgClassName
{
background-color: #FEB8CA;
}
</style>
border-color css
<style>
span { border-color: #FEB8CA; }
span { border-color: rgb(254,184,202); }
td.TdClassName
{
border-color: #FEB8CA;
}
.TagClassName
{
border-color: #FEB8CA;
}
</style>