Shades of Pink #FEC9CD
Tints of Pink #FEC9CD
RGB
CMYK
RGB Variations
Color information
#FEC9CD (or 0xFEC9CD) is known color: Pink. HEX triplet: FE, C9 and CD. RGB value is (254,201,205). Sum of RGB (Red+Green+Blue) = 254+201+205=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9CD is #013632. Grayscale: #D9D9D9. Windows color (decimal): -79411 or 13486590. OLE color: 13486590.
HSL color Cylindrical-coordinate representation of color #FEC9CD: hue angle of 355.47º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC9CD is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 201 | 205 | - |
CMYK | 0 | 0.21 | 0.19 | 0.00 |
HSL | 355.47º | 0.96% | 0.89% | - |
HSV(B) | 355.47º | 0.21% | 1% | - |
XYZ | 72.78 | 67.25 | 66.9 | - |
YUV | 217.3 | 121.06 | 154.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 201 | 205 | 0 | 0.21 | 0.19 | 0.00 | 355.47 | 0.96 | 0.89 |
Hex | FE | C9 | CD | 0 | 15 | 13 | 0 | 163 | 60 | 59 |
Octal | 376 | 311 | 315 | 0 | 25 | 23 | 0 | 543 | 140 | 131 |
Binary | 11111110 | 11001001 | 11001101 | 0 | 10101 | 10011 | 0 | 101100011 | 1100000 | 1011001 |
Color Harmonies of #FEC9CD
Complementary color
Monochromatic Colors of #FEC9CD
Black with #FEC9CD
Text Example
Text Example
White with #FEC9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC9CD; }
p { color: rgb(254,201,205); }
H1.HeaderClassName
{
color: #FEC9CD;
}
.AnyTagClassName
{
color: #FEC9CD;
}
</style>
background-color css
<style>
a { background-color: #FEC9CD; }
a { background-color: rgb(254,201,205); }
div.DivClassName
{
background-color: #FEC9CD;
}
.BgClassName
{
background-color: #FEC9CD;
}
</style>
border-color css
<style>
span { border-color: #FEC9CD; }
span { border-color: rgb(254,201,205); }
td.TdClassName
{
border-color: #FEC9CD;
}
.TagClassName
{
border-color: #FEC9CD;
}
</style>