Shades of Your Pink #FEC7B4
Tints of Your Pink #FEC7B4
RGB
CMYK
RGB Variations
Color information
#FEC7B4 (or 0xFEC7B4) is known color: Your Pink. HEX triplet: FE, C7 and B4. RGB value is (254,199,180). Sum of RGB (Red+Green+Blue) = 254+199+180=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 180 (70.70% from 255 or 28.44% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7B4 is #01384B. Grayscale: #D5D5D5. Windows color (decimal): -79948 or 11847678. OLE color: 11847678.
HSL color Cylindrical-coordinate representation of color #FEC7B4: hue angle of 15.41º 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 #FEC7B4 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 180 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.00 |
| HSL | 15.41º | 0.97% | 0.85% | - |
| HSV(B) | 15.41º | 0.29% | 1% | - |
| XYZ | 69.53 | 65.21 | 52.1 | - |
| YUV | 213.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 180 | 0 | 0.22 | 0.29 | 0.00 | 15.41 | 0.97 | 0.85 |
| Hex | FE | C7 | B4 | 0 | 16 | 1D | 0 | F | 61 | 55 |
| Octal | 376 | 307 | 264 | 0 | 26 | 35 | 0 | 17 | 141 | 125 |
| Binary | 11111110 | 11000111 | 10110100 | 0 | 10110 | 11101 | 0 | 1111 | 1100001 | 1010101 |
Color Harmonies of #FEC7B4
Complementary color
Monochromatic Colors of #FEC7B4
Black with #FEC7B4
Text Example
Text Example
White with #FEC7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7B4; }
p { color: rgb(254,199,180); }
H1.HeaderClassName
{
color: #FEC7B4;
}
.AnyTagClassName
{
color: #FEC7B4;
}
</style>
background-color css
<style>
a { background-color: #FEC7B4; }
a { background-color: rgb(254,199,180); }
div.DivClassName
{
background-color: #FEC7B4;
}
.BgClassName
{
background-color: #FEC7B4;
}
</style>
border-color css
<style>
span { border-color: #FEC7B4; }
span { border-color: rgb(254,199,180); }
td.TdClassName
{
border-color: #FEC7B4;
}
.TagClassName
{
border-color: #FEC7B4;
}
</style>