Shades of Your Pink #FEC9C6
Tints of Your Pink #FEC9C6
RGB
CMYK
RGB Variations
Color information
#FEC9C6 (or 0xFEC9C6) is known color: Your Pink. HEX triplet: FE, C9 and C6. RGB value is (254,201,198). Sum of RGB (Red+Green+Blue) = 254+201+198=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9C6 is #013639. Grayscale: #D8D8D8. Windows color (decimal): -79418 or 13027838. OLE color: 13027838.
HSL color Cylindrical-coordinate representation of color #FEC9C6: hue angle of 3.21º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC9C6 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 198 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.00 |
| HSL | 3.21º | 0.97% | 0.89% | - |
| HSV(B) | 3.21º | 0.22% | 1% | - |
| XYZ | 71.95 | 66.92 | 62.55 | - |
| YUV | 216.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 198 | 0 | 0.21 | 0.22 | 0.00 | 3.21 | 0.97 | 0.89 |
| Hex | FE | C9 | C6 | 0 | 15 | 16 | 0 | 3 | 61 | 59 |
| Octal | 376 | 311 | 306 | 0 | 25 | 26 | 0 | 3 | 141 | 131 |
| Binary | 11111110 | 11001001 | 11000110 | 0 | 10101 | 10110 | 0 | 11 | 1100001 | 1011001 |
Color Harmonies of #FEC9C6
Complementary color
Monochromatic Colors of #FEC9C6
Black with #FEC9C6
Text Example
Text Example
White with #FEC9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9C6; }
p { color: rgb(254,201,198); }
H1.HeaderClassName
{
color: #FEC9C6;
}
.AnyTagClassName
{
color: #FEC9C6;
}
</style>
background-color css
<style>
a { background-color: #FEC9C6; }
a { background-color: rgb(254,201,198); }
div.DivClassName
{
background-color: #FEC9C6;
}
.BgClassName
{
background-color: #FEC9C6;
}
</style>
border-color css
<style>
span { border-color: #FEC9C6; }
span { border-color: rgb(254,201,198); }
td.TdClassName
{
border-color: #FEC9C6;
}
.TagClassName
{
border-color: #FEC9C6;
}
</style>