Shades of Pink #FEC4D2
Tints of Pink #FEC4D2
RGB
CMYK
RGB Variations
Color information
#FEC4D2 (or 0xFEC4D2) is known color: Pink. HEX triplet: FE, C4 and D2. RGB value is (254,196,210). Sum of RGB (Red+Green+Blue) = 254+196+210=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 196 (76.95% from 255 or 29.70% from 660); Blue value is 210 (82.42% from 255 or 31.82% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4D2 is #013B2D. Grayscale: #D6D6D6. Windows color (decimal): -80686 or 13812990. OLE color: 13812990.
HSL color Cylindrical-coordinate representation of color #FEC4D2: hue angle of 345.52º 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 #FEC4D2 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 210 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.00 |
| HSL | 345.52º | 0.97% | 0.88% | - |
| HSV(B) | 345.52º | 0.23% | 1% | - |
| XYZ | 72.25 | 65.2 | 69.75 | - |
| YUV | 214.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 210 | 0 | 0.23 | 0.17 | 0.00 | 345.52 | 0.97 | 0.88 |
| Hex | FE | C4 | D2 | 0 | 17 | 11 | 0 | 15A | 61 | 58 |
| Octal | 376 | 304 | 322 | 0 | 27 | 21 | 0 | 532 | 141 | 130 |
| Binary | 11111110 | 11000100 | 11010010 | 0 | 10111 | 10001 | 0 | 101011010 | 1100001 | 1011000 |
Color Harmonies of #FEC4D2
Complementary color
Monochromatic Colors of #FEC4D2
Black with #FEC4D2
Text Example
Text Example
White with #FEC4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4D2; }
p { color: rgb(254,196,210); }
H1.HeaderClassName
{
color: #FEC4D2;
}
.AnyTagClassName
{
color: #FEC4D2;
}
</style>
background-color css
<style>
a { background-color: #FEC4D2; }
a { background-color: rgb(254,196,210); }
div.DivClassName
{
background-color: #FEC4D2;
}
.BgClassName
{
background-color: #FEC4D2;
}
</style>
border-color css
<style>
span { border-color: #FEC4D2; }
span { border-color: rgb(254,196,210); }
td.TdClassName
{
border-color: #FEC4D2;
}
.TagClassName
{
border-color: #FEC4D2;
}
</style>