Shades of Your Pink #FEC7B3
Tints of Your Pink #FEC7B3
RGB
CMYK
RGB Variations
Color information
#FEC7B3 (or 0xFEC7B3) is known color: Your Pink. HEX triplet: FE, C7 and B3. RGB value is (254,199,179). Sum of RGB (Red+Green+Blue) = 254+199+179=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7B3 is #01384C. Grayscale: #D5D5D5. Windows color (decimal): -79949 or 11782142. OLE color: 11782142.
HSL color Cylindrical-coordinate representation of color #FEC7B3: hue angle of 16º 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 #FEC7B3 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 179 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.00 |
| HSL | 16º | 0.97% | 0.85% | - |
| HSV(B) | 16º | 0.3% | 1% | - |
| XYZ | 69.43 | 65.17 | 51.57 | - |
| YUV | 213.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 179 | 0 | 0.22 | 0.30 | 0.00 | 16 | 0.97 | 0.85 |
| Hex | FE | C7 | B3 | 0 | 16 | 1E | 0 | 10 | 61 | 55 |
| Octal | 376 | 307 | 263 | 0 | 26 | 36 | 0 | 20 | 141 | 125 |
| Binary | 11111110 | 11000111 | 10110011 | 0 | 10110 | 11110 | 0 | 10000 | 1100001 | 1010101 |
Color Harmonies of #FEC7B3
Complementary color
Monochromatic Colors of #FEC7B3
Black with #FEC7B3
Text Example
Text Example
White with #FEC7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7B3; }
p { color: rgb(254,199,179); }
H1.HeaderClassName
{
color: #FEC7B3;
}
.AnyTagClassName
{
color: #FEC7B3;
}
</style>
background-color css
<style>
a { background-color: #FEC7B3; }
a { background-color: rgb(254,199,179); }
div.DivClassName
{
background-color: #FEC7B3;
}
.BgClassName
{
background-color: #FEC7B3;
}
</style>
border-color css
<style>
span { border-color: #FEC7B3; }
span { border-color: rgb(254,199,179); }
td.TdClassName
{
border-color: #FEC7B3;
}
.TagClassName
{
border-color: #FEC7B3;
}
</style>