Shades of Pink #FEC0CC
Tints of Pink #FEC0CC
RGB
CMYK
RGB Variations
Color information
#FEC0CC (or 0xFEC0CC) is known color: Pink. HEX triplet: FE, C0 and CC. RGB value is (254,192,204). Sum of RGB (Red+Green+Blue) = 254+192+204=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0CC is #013F33. Grayscale: #D3D3D3. Windows color (decimal): -81716 or 13418750. OLE color: 13418750.
HSL color Cylindrical-coordinate representation of color #FEC0CC: hue angle of 348.39º 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 #FEC0CC is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 192 | 204 | - |
CMYK | 0 | 0.24 | 0.20 | 0.00 |
HSL | 348.39º | 0.97% | 0.87% | - |
HSV(B) | 348.39º | 0.24% | 1% | - |
XYZ | 70.62 | 63.13 | 65.59 | - |
YUV | 211.91 | 123.54 | 158.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 192 | 204 | 0 | 0.24 | 0.20 | 0.00 | 348.39 | 0.97 | 0.87 |
Hex | FE | C0 | CC | 0 | 18 | 14 | 0 | 15C | 61 | 57 |
Octal | 376 | 300 | 314 | 0 | 30 | 24 | 0 | 534 | 141 | 127 |
Binary | 11111110 | 11000000 | 11001100 | 0 | 11000 | 10100 | 0 | 101011100 | 1100001 | 1010111 |
Color Harmonies of #FEC0CC
Complementary color
Monochromatic Colors of #FEC0CC
Black with #FEC0CC
Text Example
Text Example
White with #FEC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC0CC; }
p { color: rgb(254,192,204); }
H1.HeaderClassName
{
color: #FEC0CC;
}
.AnyTagClassName
{
color: #FEC0CC;
}
</style>
background-color css
<style>
a { background-color: #FEC0CC; }
a { background-color: rgb(254,192,204); }
div.DivClassName
{
background-color: #FEC0CC;
}
.BgClassName
{
background-color: #FEC0CC;
}
</style>
border-color css
<style>
span { border-color: #FEC0CC; }
span { border-color: rgb(254,192,204); }
td.TdClassName
{
border-color: #FEC0CC;
}
.TagClassName
{
border-color: #FEC0CC;
}
</style>