Shades of Your Pink #FEC9C3
Tints of Your Pink #FEC9C3
RGB
CMYK
RGB Variations
Color information
#FEC9C3 (or 0xFEC9C3) is known color: Your Pink. HEX triplet: FE, C9 and C3. RGB value is (254,201,195). Sum of RGB (Red+Green+Blue) = 254+201+195=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 195 (76.56% from 255 or 30% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9C3 is #01363C. Grayscale: #D8D8D8. Windows color (decimal): -79421 or 12831230. OLE color: 12831230.
HSL color Cylindrical-coordinate representation of color #FEC9C3: hue angle of 6.1º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC9C3 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 195 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.00 |
| HSL | 6.1º | 0.97% | 0.88% | - |
| HSV(B) | 6.1º | 0.23% | 1% | - |
| XYZ | 71.61 | 66.78 | 60.75 | - |
| YUV | 216.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 195 | 0 | 0.21 | 0.23 | 0.00 | 6.1 | 0.97 | 0.88 |
| Hex | FE | C9 | C3 | 0 | 15 | 17 | 0 | 6 | 61 | 58 |
| Octal | 376 | 311 | 303 | 0 | 25 | 27 | 0 | 6 | 141 | 130 |
| Binary | 11111110 | 11001001 | 11000011 | 0 | 10101 | 10111 | 0 | 110 | 1100001 | 1011000 |
Color Harmonies of #FEC9C3
Complementary color
Monochromatic Colors of #FEC9C3
Black with #FEC9C3
Text Example
Text Example
White with #FEC9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9C3; }
p { color: rgb(254,201,195); }
H1.HeaderClassName
{
color: #FEC9C3;
}
.AnyTagClassName
{
color: #FEC9C3;
}
</style>
background-color css
<style>
a { background-color: #FEC9C3; }
a { background-color: rgb(254,201,195); }
div.DivClassName
{
background-color: #FEC9C3;
}
.BgClassName
{
background-color: #FEC9C3;
}
</style>
border-color css
<style>
span { border-color: #FEC9C3; }
span { border-color: rgb(254,201,195); }
td.TdClassName
{
border-color: #FEC9C3;
}
.TagClassName
{
border-color: #FEC9C3;
}
</style>