Shades of Your Pink #FEC9BF
Tints of Your Pink #FEC9BF
RGB
CMYK
RGB Variations
Color information
#FEC9BF (or 0xFEC9BF) is known color: Your Pink. HEX triplet: FE, C9 and BF. RGB value is (254,201,191). Sum of RGB (Red+Green+Blue) = 254+201+191=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 201 (78.91% from 255 or 31.11% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9BF is #013640. Grayscale: #D7D7D7. Windows color (decimal): -79425 or 12569086. OLE color: 12569086.
HSL color Cylindrical-coordinate representation of color #FEC9BF: hue angle of 9.52º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEC9BF is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 191 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.00 |
| HSL | 9.52º | 0.97% | 0.87% | - |
| HSV(B) | 9.52º | 0.25% | 1% | - |
| XYZ | 71.16 | 66.61 | 58.4 | - |
| YUV | 215.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 191 | 0 | 0.21 | 0.25 | 0.00 | 9.52 | 0.97 | 0.87 |
| Hex | FE | C9 | BF | 0 | 15 | 19 | 0 | A | 61 | 57 |
| Octal | 376 | 311 | 277 | 0 | 25 | 31 | 0 | 12 | 141 | 127 |
| Binary | 11111110 | 11001001 | 10111111 | 0 | 10101 | 11001 | 0 | 1010 | 1100001 | 1010111 |
Color Harmonies of #FEC9BF
Complementary color
Monochromatic Colors of #FEC9BF
Black with #FEC9BF
Text Example
Text Example
White with #FEC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9BF; }
p { color: rgb(254,201,191); }
H1.HeaderClassName
{
color: #FEC9BF;
}
.AnyTagClassName
{
color: #FEC9BF;
}
</style>
background-color css
<style>
a { background-color: #FEC9BF; }
a { background-color: rgb(254,201,191); }
div.DivClassName
{
background-color: #FEC9BF;
}
.BgClassName
{
background-color: #FEC9BF;
}
</style>
border-color css
<style>
span { border-color: #FEC9BF; }
span { border-color: rgb(254,201,191); }
td.TdClassName
{
border-color: #FEC9BF;
}
.TagClassName
{
border-color: #FEC9BF;
}
</style>