Shades of Pink #FEC3D0
Tints of Pink #FEC3D0
RGB
CMYK
RGB Variations
Color information
#FEC3D0 (or 0xFEC3D0) is known color: Pink. HEX triplet: FE, C3 and D0. RGB value is (254,195,208). Sum of RGB (Red+Green+Blue) = 254+195+208=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 195 (76.56% from 255 or 29.68% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3D0 is #013C2F. Grayscale: #D6D6D6. Windows color (decimal): -80944 or 13681662. OLE color: 13681662.
HSL color Cylindrical-coordinate representation of color #FEC3D0: hue angle of 346.78º 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 #FEC3D0 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 208 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.00 |
| HSL | 346.78º | 0.97% | 0.88% | - |
| HSV(B) | 346.78º | 0.23% | 1% | - |
| XYZ | 71.77 | 64.66 | 68.37 | - |
| YUV | 214.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 208 | 0 | 0.23 | 0.18 | 0.00 | 346.78 | 0.97 | 0.88 |
| Hex | FE | C3 | D0 | 0 | 17 | 12 | 0 | 15B | 61 | 58 |
| Octal | 376 | 303 | 320 | 0 | 27 | 22 | 0 | 533 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11010000 | 0 | 10111 | 10010 | 0 | 101011011 | 1100001 | 1011000 |
Color Harmonies of #FEC3D0
Complementary color
Monochromatic Colors of #FEC3D0
Black with #FEC3D0
Text Example
Text Example
White with #FEC3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3D0; }
p { color: rgb(254,195,208); }
H1.HeaderClassName
{
color: #FEC3D0;
}
.AnyTagClassName
{
color: #FEC3D0;
}
</style>
background-color css
<style>
a { background-color: #FEC3D0; }
a { background-color: rgb(254,195,208); }
div.DivClassName
{
background-color: #FEC3D0;
}
.BgClassName
{
background-color: #FEC3D0;
}
</style>
border-color css
<style>
span { border-color: #FEC3D0; }
span { border-color: rgb(254,195,208); }
td.TdClassName
{
border-color: #FEC3D0;
}
.TagClassName
{
border-color: #FEC3D0;
}
</style>