Shades of Your Pink #FEC4B3
Tints of Your Pink #FEC4B3
RGB
CMYK
RGB Variations
Color information
#FEC4B3 (or 0xFEC4B3) is known color: Your Pink. HEX triplet: FE, C4 and B3. RGB value is (254,196,179). Sum of RGB (Red+Green+Blue) = 254+196+179=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 179 (70.31% from 255 or 28.46% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4B3 is #013B4C. Grayscale: #D3D3D3. Windows color (decimal): -80717 or 11781374. OLE color: 11781374.
HSL color Cylindrical-coordinate representation of color #FEC4B3: hue angle of 13.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 #FEC4B3 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 179 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.00 |
| HSL | 13.6º | 0.97% | 0.85% | - |
| HSV(B) | 13.6º | 0.3% | 1% | - |
| XYZ | 68.75 | 63.81 | 51.34 | - |
| YUV | 211.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 179 | 0 | 0.23 | 0.30 | 0.00 | 13.6 | 0.97 | 0.85 |
| Hex | FE | C4 | B3 | 0 | 17 | 1E | 0 | E | 61 | 55 |
| Octal | 376 | 304 | 263 | 0 | 27 | 36 | 0 | 16 | 141 | 125 |
| Binary | 11111110 | 11000100 | 10110011 | 0 | 10111 | 11110 | 0 | 1110 | 1100001 | 1010101 |
Color Harmonies of #FEC4B3
Complementary color
Monochromatic Colors of #FEC4B3
Black with #FEC4B3
Text Example
Text Example
White with #FEC4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4B3; }
p { color: rgb(254,196,179); }
H1.HeaderClassName
{
color: #FEC4B3;
}
.AnyTagClassName
{
color: #FEC4B3;
}
</style>
background-color css
<style>
a { background-color: #FEC4B3; }
a { background-color: rgb(254,196,179); }
div.DivClassName
{
background-color: #FEC4B3;
}
.BgClassName
{
background-color: #FEC4B3;
}
</style>
border-color css
<style>
span { border-color: #FEC4B3; }
span { border-color: rgb(254,196,179); }
td.TdClassName
{
border-color: #FEC4B3;
}
.TagClassName
{
border-color: #FEC4B3;
}
</style>