Shades of Light Pink #FEB3C5
Tints of Light Pink #FEB3C5
RGB
CMYK
RGB Variations
Color information
#FEB3C5 (or 0xFEB3C5) is known color: Light Pink. HEX triplet: FE, B3 and C5. RGB value is (254,179,197). Sum of RGB (Red+Green+Blue) = 254+179+197=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3C5 is #014C3A. Grayscale: #CBCBCB. Windows color (decimal): -85051 or 12956670. OLE color: 12956670.
HSL color Cylindrical-coordinate representation of color #FEB3C5: hue angle of 345.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB3C5 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 197 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.00 |
| HSL | 345.6º | 0.97% | 0.85% | - |
| HSV(B) | 345.6º | 0.3% | 1% | - |
| XYZ | 67.07 | 57.34 | 60.36 | - |
| YUV | 203.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 197 | 0 | 0.30 | 0.22 | 0.00 | 345.6 | 0.97 | 0.85 |
| Hex | FE | B3 | C5 | 0 | 1E | 16 | 0 | 15A | 61 | 55 |
| Octal | 376 | 263 | 305 | 0 | 36 | 26 | 0 | 532 | 141 | 125 |
| Binary | 11111110 | 10110011 | 11000101 | 0 | 11110 | 10110 | 0 | 101011010 | 1100001 | 1010101 |
Color Harmonies of #FEB3C5
Complementary color
Monochromatic Colors of #FEB3C5
Black with #FEB3C5
Text Example
Text Example
White with #FEB3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB3C5; }
p { color: rgb(254,179,197); }
H1.HeaderClassName
{
color: #FEB3C5;
}
.AnyTagClassName
{
color: #FEB3C5;
}
</style>
background-color css
<style>
a { background-color: #FEB3C5; }
a { background-color: rgb(254,179,197); }
div.DivClassName
{
background-color: #FEB3C5;
}
.BgClassName
{
background-color: #FEB3C5;
}
</style>
border-color css
<style>
span { border-color: #FEB3C5; }
span { border-color: rgb(254,179,197); }
td.TdClassName
{
border-color: #FEB3C5;
}
.TagClassName
{
border-color: #FEB3C5;
}
</style>