Shades of Pink #FEC5D2
Tints of Pink #FEC5D2
RGB
CMYK
RGB Variations
Color information
#FEC5D2 (or 0xFEC5D2) is known color: Pink. HEX triplet: FE, C5 and D2. RGB value is (254,197,210). Sum of RGB (Red+Green+Blue) = 254+197+210=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 197 (77.34% from 255 or 29.80% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5D2 is #013A2D. Grayscale: #D7D7D7. Windows color (decimal): -80430 or 13813246. OLE color: 13813246.
HSL color Cylindrical-coordinate representation of color #FEC5D2: hue angle of 346.32º 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 #FEC5D2 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 197 | 210 | - |
CMYK | 0 | 0.22 | 0.17 | 0.00 |
HSL | 346.32º | 0.97% | 0.88% | - |
HSV(B) | 346.32º | 0.22% | 1% | - |
XYZ | 72.47 | 65.66 | 69.83 | - |
YUV | 215.53 | 124.88 | 155.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 197 | 210 | 0 | 0.22 | 0.17 | 0.00 | 346.32 | 0.97 | 0.88 |
Hex | FE | C5 | D2 | 0 | 16 | 11 | 0 | 15A | 61 | 58 |
Octal | 376 | 305 | 322 | 0 | 26 | 21 | 0 | 532 | 141 | 130 |
Binary | 11111110 | 11000101 | 11010010 | 0 | 10110 | 10001 | 0 | 101011010 | 1100001 | 1011000 |
Color Harmonies of #FEC5D2
Complementary color
Monochromatic Colors of #FEC5D2
Black with #FEC5D2
Text Example
Text Example
White with #FEC5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5D2; }
p { color: rgb(254,197,210); }
H1.HeaderClassName
{
color: #FEC5D2;
}
.AnyTagClassName
{
color: #FEC5D2;
}
</style>
background-color css
<style>
a { background-color: #FEC5D2; }
a { background-color: rgb(254,197,210); }
div.DivClassName
{
background-color: #FEC5D2;
}
.BgClassName
{
background-color: #FEC5D2;
}
</style>
border-color css
<style>
span { border-color: #FEC5D2; }
span { border-color: rgb(254,197,210); }
td.TdClassName
{
border-color: #FEC5D2;
}
.TagClassName
{
border-color: #FEC5D2;
}
</style>