Shades of Pink #FEC6CC
Tints of Pink #FEC6CC
RGB
CMYK
RGB Variations
Color information
#FEC6CC (or 0xFEC6CC) is known color: Pink. HEX triplet: FE, C6 and CC. RGB value is (254,198,204). Sum of RGB (Red+Green+Blue) = 254+198+204=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6CC is #013933. Grayscale: #D7D7D7. Windows color (decimal): -80180 or 13420286. OLE color: 13420286.
HSL color Cylindrical-coordinate representation of color #FEC6CC: hue angle of 353.57º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC6CC is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 198 | 204 | - |
CMYK | 0 | 0.22 | 0.20 | 0.00 |
HSL | 353.57º | 0.97% | 0.89% | - |
HSV(B) | 353.57º | 0.22% | 1% | - |
XYZ | 71.97 | 65.82 | 66.04 | - |
YUV | 215.43 | 121.55 | 155.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 198 | 204 | 0 | 0.22 | 0.20 | 0.00 | 353.57 | 0.97 | 0.89 |
Hex | FE | C6 | CC | 0 | 16 | 14 | 0 | 162 | 61 | 59 |
Octal | 376 | 306 | 314 | 0 | 26 | 24 | 0 | 542 | 141 | 131 |
Binary | 11111110 | 11000110 | 11001100 | 0 | 10110 | 10100 | 0 | 101100010 | 1100001 | 1011001 |
Color Harmonies of #FEC6CC
Complementary color
Monochromatic Colors of #FEC6CC
Black with #FEC6CC
Text Example
Text Example
White with #FEC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6CC; }
p { color: rgb(254,198,204); }
H1.HeaderClassName
{
color: #FEC6CC;
}
.AnyTagClassName
{
color: #FEC6CC;
}
</style>
background-color css
<style>
a { background-color: #FEC6CC; }
a { background-color: rgb(254,198,204); }
div.DivClassName
{
background-color: #FEC6CC;
}
.BgClassName
{
background-color: #FEC6CC;
}
</style>
border-color css
<style>
span { border-color: #FEC6CC; }
span { border-color: rgb(254,198,204); }
td.TdClassName
{
border-color: #FEC6CC;
}
.TagClassName
{
border-color: #FEC6CC;
}
</style>