Shades of Pink #FEC0CB
Tints of Pink #FEC0CB
RGB
CMYK
RGB Variations
Color information
#FEC0CB (or 0xFEC0CB) is known color: Pink. HEX triplet: FE, C0 and CB. RGB value is (254,192,203). Sum of RGB (Red+Green+Blue) = 254+192+203=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0CB is #013F34. Grayscale: #D3D3D3. Windows color (decimal): -81717 or 13353214. OLE color: 13353214.
HSL color Cylindrical-coordinate representation of color #FEC0CB: hue angle of 349.35º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FEC0CB is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 203 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.00 |
| HSL | 349.35º | 0.97% | 0.87% | - |
| HSV(B) | 349.35º | 0.24% | 1% | - |
| XYZ | 70.5 | 63.08 | 64.96 | - |
| YUV | 211.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 203 | 0 | 0.24 | 0.20 | 0.00 | 349.35 | 0.97 | 0.87 |
| Hex | FE | C0 | CB | 0 | 18 | 14 | 0 | 15D | 61 | 57 |
| Octal | 376 | 300 | 313 | 0 | 30 | 24 | 0 | 535 | 141 | 127 |
| Binary | 11111110 | 11000000 | 11001011 | 0 | 11000 | 10100 | 0 | 101011101 | 1100001 | 1010111 |
Color Harmonies of #FEC0CB
Complementary color
Monochromatic Colors of #FEC0CB
Black with #FEC0CB
Text Example
Text Example
White with #FEC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0CB; }
p { color: rgb(254,192,203); }
H1.HeaderClassName
{
color: #FEC0CB;
}
.AnyTagClassName
{
color: #FEC0CB;
}
</style>
background-color css
<style>
a { background-color: #FEC0CB; }
a { background-color: rgb(254,192,203); }
div.DivClassName
{
background-color: #FEC0CB;
}
.BgClassName
{
background-color: #FEC0CB;
}
</style>
border-color css
<style>
span { border-color: #FEC0CB; }
span { border-color: rgb(254,192,203); }
td.TdClassName
{
border-color: #FEC0CB;
}
.TagClassName
{
border-color: #FEC0CB;
}
</style>