Shades of Pink #FEC5D3
Tints of Pink #FEC5D3
RGB
CMYK
RGB Variations
Color information
#FEC5D3 (or 0xFEC5D3) is known color: Pink. HEX triplet: FE, C5 and D3. RGB value is (254,197,211). Sum of RGB (Red+Green+Blue) = 254+197+211=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 197 (77.34% from 255 or 29.76% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5D3 is #013A2C. Grayscale: #D7D7D7. Windows color (decimal): -80429 or 13878782. OLE color: 13878782.
HSL color Cylindrical-coordinate representation of color #FEC5D3: hue angle of 345.26º 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 #FEC5D3 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 211 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.00 |
| HSL | 345.26º | 0.97% | 0.88% | - |
| HSV(B) | 345.26º | 0.22% | 1% | - |
| XYZ | 72.6 | 65.71 | 70.48 | - |
| YUV | 215.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 211 | 0 | 0.22 | 0.17 | 0.00 | 345.26 | 0.97 | 0.88 |
| Hex | FE | C5 | D3 | 0 | 16 | 11 | 0 | 159 | 61 | 58 |
| Octal | 376 | 305 | 323 | 0 | 26 | 21 | 0 | 531 | 141 | 130 |
| Binary | 11111110 | 11000101 | 11010011 | 0 | 10110 | 10001 | 0 | 101011001 | 1100001 | 1011000 |
Color Harmonies of #FEC5D3
Complementary color
Monochromatic Colors of #FEC5D3
Black with #FEC5D3
Text Example
Text Example
White with #FEC5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5D3; }
p { color: rgb(254,197,211); }
H1.HeaderClassName
{
color: #FEC5D3;
}
.AnyTagClassName
{
color: #FEC5D3;
}
</style>
background-color css
<style>
a { background-color: #FEC5D3; }
a { background-color: rgb(254,197,211); }
div.DivClassName
{
background-color: #FEC5D3;
}
.BgClassName
{
background-color: #FEC5D3;
}
</style>
border-color css
<style>
span { border-color: #FEC5D3; }
span { border-color: rgb(254,197,211); }
td.TdClassName
{
border-color: #FEC5D3;
}
.TagClassName
{
border-color: #FEC5D3;
}
</style>