Shades of Your Pink #FEC9C5
Tints of Your Pink #FEC9C5
RGB
CMYK
RGB Variations
Color information
#FEC9C5 (or 0xFEC9C5) is known color: Your Pink. HEX triplet: FE, C9 and C5. RGB value is (254,201,197). Sum of RGB (Red+Green+Blue) = 254+201+197=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 201 (78.91% from 255 or 30.83% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9C5 is #01363A. Grayscale: #D8D8D8. Windows color (decimal): -79419 or 12962302. OLE color: 12962302.
HSL color Cylindrical-coordinate representation of color #FEC9C5: hue angle of 4.21º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC9C5 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 201 | 197 | - |
CMYK | 0 | 0.21 | 0.22 | 0.00 |
HSL | 4.21º | 0.97% | 0.88% | - |
HSV(B) | 4.21º | 0.22% | 1% | - |
XYZ | 71.84 | 66.88 | 61.95 | - |
YUV | 216.39 | 117.06 | 154.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 201 | 197 | 0 | 0.21 | 0.22 | 0.00 | 4.21 | 0.97 | 0.88 |
Hex | FE | C9 | C5 | 0 | 15 | 16 | 0 | 4 | 61 | 58 |
Octal | 376 | 311 | 305 | 0 | 25 | 26 | 0 | 4 | 141 | 130 |
Binary | 11111110 | 11001001 | 11000101 | 0 | 10101 | 10110 | 0 | 100 | 1100001 | 1011000 |
Color Harmonies of #FEC9C5
Complementary color
Monochromatic Colors of #FEC9C5
Black with #FEC9C5
Text Example
Text Example
White with #FEC9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9C5; }
p { color: rgb(254,201,197); }
H1.HeaderClassName
{
color: #FEC9C5;
}
.AnyTagClassName
{
color: #FEC9C5;
}
</style>
background-color css
<style>
a { background-color: #FEC9C5; }
a { background-color: rgb(254,201,197); }
div.DivClassName
{
background-color: #FEC9C5;
}
.BgClassName
{
background-color: #FEC9C5;
}
</style>
border-color css
<style>
span { border-color: #FEC9C5; }
span { border-color: rgb(254,201,197); }
td.TdClassName
{
border-color: #FEC9C5;
}
.TagClassName
{
border-color: #FEC9C5;
}
</style>