Shades of Light Pink #FEB4C5
Tints of Light Pink #FEB4C5
RGB
CMYK
RGB Variations
Color information
#FEB4C5 (or 0xFEB4C5) is known color: Light Pink. HEX triplet: FE, B4 and C5. RGB value is (254,180,197). Sum of RGB (Red+Green+Blue) = 254+180+197=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB4C5 is #014B3A. Grayscale: #CCCCCC. Windows color (decimal): -84795 or 12956926. OLE color: 12956926.
HSL color Cylindrical-coordinate representation of color #FEB4C5: hue angle of 346.22º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB4C5 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 197 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.00 |
| HSL | 346.22º | 0.97% | 0.85% | - |
| HSV(B) | 346.22º | 0.29% | 1% | - |
| XYZ | 67.27 | 57.74 | 60.42 | - |
| YUV | 204.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 197 | 0 | 0.29 | 0.22 | 0.00 | 346.22 | 0.97 | 0.85 |
| Hex | FE | B4 | C5 | 0 | 1D | 16 | 0 | 15A | 61 | 55 |
| Octal | 376 | 264 | 305 | 0 | 35 | 26 | 0 | 532 | 141 | 125 |
| Binary | 11111110 | 10110100 | 11000101 | 0 | 11101 | 10110 | 0 | 101011010 | 1100001 | 1010101 |
Color Harmonies of #FEB4C5
Complementary color
Monochromatic Colors of #FEB4C5
Black with #FEB4C5
Text Example
Text Example
White with #FEB4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB4C5; }
p { color: rgb(254,180,197); }
H1.HeaderClassName
{
color: #FEB4C5;
}
.AnyTagClassName
{
color: #FEB4C5;
}
</style>
background-color css
<style>
a { background-color: #FEB4C5; }
a { background-color: rgb(254,180,197); }
div.DivClassName
{
background-color: #FEB4C5;
}
.BgClassName
{
background-color: #FEB4C5;
}
</style>
border-color css
<style>
span { border-color: #FEB4C5; }
span { border-color: rgb(254,180,197); }
td.TdClassName
{
border-color: #FEB4C5;
}
.TagClassName
{
border-color: #FEB4C5;
}
</style>