Shades of Light Pink #FEB8C4
Tints of Light Pink #FEB8C4
RGB
CMYK
RGB Variations
Color information
#FEB8C4 (or 0xFEB8C4) is known color: Light Pink. HEX triplet: FE, B8 and C4. RGB value is (254,184,196). Sum of RGB (Red+Green+Blue) = 254+184+196=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 184 (72.27% from 255 or 29.02% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8C4 is #01473B. Grayscale: #CECECE. Windows color (decimal): -83772 or 12892414. OLE color: 12892414.
HSL color Cylindrical-coordinate representation of color #FEB8C4: hue angle of 349.71º 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 #FEB8C4 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 196 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.00 |
| HSL | 349.71º | 0.97% | 0.86% | - |
| HSV(B) | 349.71º | 0.28% | 1% | - |
| XYZ | 67.98 | 59.34 | 60.1 | - |
| YUV | 206.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 196 | 0 | 0.28 | 0.23 | 0.00 | 349.71 | 0.97 | 0.86 |
| Hex | FE | B8 | C4 | 0 | 1C | 17 | 0 | 15E | 61 | 56 |
| Octal | 376 | 270 | 304 | 0 | 34 | 27 | 0 | 536 | 141 | 126 |
| Binary | 11111110 | 10111000 | 11000100 | 0 | 11100 | 10111 | 0 | 101011110 | 1100001 | 1010110 |
Color Harmonies of #FEB8C4
Complementary color
Monochromatic Colors of #FEB8C4
Black with #FEB8C4
Text Example
Text Example
White with #FEB8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB8C4; }
p { color: rgb(254,184,196); }
H1.HeaderClassName
{
color: #FEB8C4;
}
.AnyTagClassName
{
color: #FEB8C4;
}
</style>
background-color css
<style>
a { background-color: #FEB8C4; }
a { background-color: rgb(254,184,196); }
div.DivClassName
{
background-color: #FEB8C4;
}
.BgClassName
{
background-color: #FEB8C4;
}
</style>
border-color css
<style>
span { border-color: #FEB8C4; }
span { border-color: rgb(254,184,196); }
td.TdClassName
{
border-color: #FEB8C4;
}
.TagClassName
{
border-color: #FEB8C4;
}
</style>