Shades of Your Pink #FECCC2
Tints of Your Pink #FECCC2
RGB
CMYK
RGB Variations
Color information
#FECCC2 (or 0xFECCC2) is known color: Your Pink. HEX triplet: FE, CC and C2. RGB value is (254,204,194). Sum of RGB (Red+Green+Blue) = 254+204+194=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 194 (76.17% from 255 or 29.75% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCC2 is #01333D. Grayscale: #D9D9D9. Windows color (decimal): -78654 or 12766462. OLE color: 12766462.
HSL color Cylindrical-coordinate representation of color #FECCC2: hue angle of 10º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FECCC2 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 194 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.00 |
| HSL | 10º | 0.97% | 0.88% | - |
| HSV(B) | 10º | 0.24% | 1% | - |
| XYZ | 72.2 | 68.15 | 60.39 | - |
| YUV | 217.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 194 | 0 | 0.20 | 0.24 | 0.00 | 10 | 0.97 | 0.88 |
| Hex | FE | CC | C2 | 0 | 14 | 18 | 0 | A | 61 | 58 |
| Octal | 376 | 314 | 302 | 0 | 24 | 30 | 0 | 12 | 141 | 130 |
| Binary | 11111110 | 11001100 | 11000010 | 0 | 10100 | 11000 | 0 | 1010 | 1100001 | 1011000 |
Color Harmonies of #FECCC2
Complementary color
Monochromatic Colors of #FECCC2
Black with #FECCC2
Text Example
Text Example
White with #FECCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECCC2; }
p { color: rgb(254,204,194); }
H1.HeaderClassName
{
color: #FECCC2;
}
.AnyTagClassName
{
color: #FECCC2;
}
</style>
background-color css
<style>
a { background-color: #FECCC2; }
a { background-color: rgb(254,204,194); }
div.DivClassName
{
background-color: #FECCC2;
}
.BgClassName
{
background-color: #FECCC2;
}
</style>
border-color css
<style>
span { border-color: #FECCC2; }
span { border-color: rgb(254,204,194); }
td.TdClassName
{
border-color: #FECCC2;
}
.TagClassName
{
border-color: #FECCC2;
}
</style>