Shades of Pink #FEC8D2
Tints of Pink #FEC8D2
RGB
CMYK
RGB Variations
Color information
#FEC8D2 (or 0xFEC8D2) is known color: Pink. HEX triplet: FE, C8 and D2. RGB value is (254,200,210). Sum of RGB (Red+Green+Blue) = 254+200+210=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 210 (82.42% from 255 or 31.63% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8D2 is #01372D. Grayscale: #D9D9D9. Windows color (decimal): -79662 or 13814014. OLE color: 13814014.
HSL color Cylindrical-coordinate representation of color #FEC8D2: hue angle of 348.89º 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 #FEC8D2 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 210 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.00 |
| HSL | 348.89º | 0.96% | 0.89% | - |
| HSV(B) | 348.89º | 0.21% | 1% | - |
| XYZ | 73.16 | 67.03 | 70.06 | - |
| YUV | 217.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 210 | 0 | 0.21 | 0.17 | 0.00 | 348.89 | 0.96 | 0.89 |
| Hex | FE | C8 | D2 | 0 | 15 | 11 | 0 | 15D | 60 | 59 |
| Octal | 376 | 310 | 322 | 0 | 25 | 21 | 0 | 535 | 140 | 131 |
| Binary | 11111110 | 11001000 | 11010010 | 0 | 10101 | 10001 | 0 | 101011101 | 1100000 | 1011001 |
Color Harmonies of #FEC8D2
Complementary color
Monochromatic Colors of #FEC8D2
Black with #FEC8D2
Text Example
Text Example
White with #FEC8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8D2; }
p { color: rgb(254,200,210); }
H1.HeaderClassName
{
color: #FEC8D2;
}
.AnyTagClassName
{
color: #FEC8D2;
}
</style>
background-color css
<style>
a { background-color: #FEC8D2; }
a { background-color: rgb(254,200,210); }
div.DivClassName
{
background-color: #FEC8D2;
}
.BgClassName
{
background-color: #FEC8D2;
}
</style>
border-color css
<style>
span { border-color: #FEC8D2; }
span { border-color: rgb(254,200,210); }
td.TdClassName
{
border-color: #FEC8D2;
}
.TagClassName
{
border-color: #FEC8D2;
}
</style>