Shades of Your Pink #FEC2B4
Tints of Your Pink #FEC2B4
RGB
CMYK
RGB Variations
Color information
#FEC2B4 (or 0xFEC2B4) is known color: Your Pink. HEX triplet: FE, C2 and B4. RGB value is (254,194,180). Sum of RGB (Red+Green+Blue) = 254+194+180=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 180 (70.70% from 255 or 28.66% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2B4 is #013D4B. Grayscale: #D2D2D2. Windows color (decimal): -81228 or 11846398. OLE color: 11846398.
HSL color Cylindrical-coordinate representation of color #FEC2B4: hue angle of 11.35º 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 #FEC2B4 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 180 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.00 |
| HSL | 11.35º | 0.97% | 0.85% | - |
| HSV(B) | 11.35º | 0.29% | 1% | - |
| XYZ | 68.4 | 62.95 | 51.73 | - |
| YUV | 210.34 | 110.88 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 180 | 0 | 0.24 | 0.29 | 0.00 | 11.35 | 0.97 | 0.85 |
| Hex | FE | C2 | B4 | 0 | 18 | 1D | 0 | B | 61 | 55 |
| Octal | 376 | 302 | 264 | 0 | 30 | 35 | 0 | 13 | 141 | 125 |
| Binary | 11111110 | 11000010 | 10110100 | 0 | 11000 | 11101 | 0 | 1011 | 1100001 | 1010101 |
Color Harmonies of #FEC2B4
Complementary color
Monochromatic Colors of #FEC2B4
Black with #FEC2B4
Text Example
Text Example
White with #FEC2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC2B4; }
p { color: rgb(254,194,180); }
H1.HeaderClassName
{
color: #FEC2B4;
}
.AnyTagClassName
{
color: #FEC2B4;
}
</style>
background-color css
<style>
a { background-color: #FEC2B4; }
a { background-color: rgb(254,194,180); }
div.DivClassName
{
background-color: #FEC2B4;
}
.BgClassName
{
background-color: #FEC2B4;
}
</style>
border-color css
<style>
span { border-color: #FEC2B4; }
span { border-color: rgb(254,194,180); }
td.TdClassName
{
border-color: #FEC2B4;
}
.TagClassName
{
border-color: #FEC2B4;
}
</style>