Shades of Your Pink #FEC4C4
Tints of Your Pink #FEC4C4
RGB
CMYK
RGB Variations
Color information
#FEC4C4 (or 0xFEC4C4) is known color: Your Pink. HEX triplet: FE, C4 and C4. RGB value is (254,196,196). Sum of RGB (Red+Green+Blue) = 254+196+196=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 196 (76.95% from 255 or 30.34% from 646); Blue value is 196 (76.95% from 255 or 30.34% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4C4 is #013B3B. Grayscale: #D5D5D5. Windows color (decimal): -80700 or 12895486. OLE color: 12895486.
HSL color Cylindrical-coordinate representation of color #FEC4C4: hue angle of 0º 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 #FEC4C4 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 196 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.00 |
| HSL | 0º | 0.97% | 0.88% | - |
| HSV(B) | 0º | 0.23% | 1% | - |
| XYZ | 70.58 | 64.54 | 60.96 | - |
| YUV | 213.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 196 | 0 | 0.23 | 0.23 | 0.00 | 0 | 0.97 | 0.88 |
| Hex | FE | C4 | C4 | 0 | 17 | 17 | 0 | 0 | 61 | 58 |
| Octal | 376 | 304 | 304 | 0 | 27 | 27 | 0 | 0 | 141 | 130 |
| Binary | 11111110 | 11000100 | 11000100 | 0 | 10111 | 10111 | 0 | 0 | 1100001 | 1011000 |
Color Harmonies of #FEC4C4
Complementary color
Monochromatic Colors of #FEC4C4
Black with #FEC4C4
Text Example
Text Example
White with #FEC4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC4C4; }
p { color: rgb(254,196,196); }
H1.HeaderClassName
{
color: #FEC4C4;
}
.AnyTagClassName
{
color: #FEC4C4;
}
</style>
background-color css
<style>
a { background-color: #FEC4C4; }
a { background-color: rgb(254,196,196); }
div.DivClassName
{
background-color: #FEC4C4;
}
.BgClassName
{
background-color: #FEC4C4;
}
</style>
border-color css
<style>
span { border-color: #FEC4C4; }
span { border-color: rgb(254,196,196); }
td.TdClassName
{
border-color: #FEC4C4;
}
.TagClassName
{
border-color: #FEC4C4;
}
</style>