Shades of Your Pink #FECAC4
Tints of Your Pink #FECAC4
RGB
CMYK
RGB Variations
Color information
#FECAC4 (or 0xFECAC4) is known color: Your Pink. HEX triplet: FE, CA and C4. RGB value is (254,202,196). Sum of RGB (Red+Green+Blue) = 254+202+196=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAC4 is #01353B. Grayscale: #D8D8D8. Windows color (decimal): -79164 or 12897022. OLE color: 12897022.
HSL color Cylindrical-coordinate representation of color #FECAC4: hue angle of 6.21º 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 #FECAC4 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 196 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.00 |
| HSL | 6.21º | 0.97% | 0.88% | - |
| HSV(B) | 6.21º | 0.23% | 1% | - |
| XYZ | 71.96 | 67.3 | 61.42 | - |
| YUV | 216.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 196 | 0 | 0.20 | 0.23 | 0.00 | 6.21 | 0.97 | 0.88 |
| Hex | FE | CA | C4 | 0 | 14 | 17 | 0 | 6 | 61 | 58 |
| Octal | 376 | 312 | 304 | 0 | 24 | 27 | 0 | 6 | 141 | 130 |
| Binary | 11111110 | 11001010 | 11000100 | 0 | 10100 | 10111 | 0 | 110 | 1100001 | 1011000 |
Color Harmonies of #FECAC4
Complementary color
Monochromatic Colors of #FECAC4
Black with #FECAC4
Text Example
Text Example
White with #FECAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAC4; }
p { color: rgb(254,202,196); }
H1.HeaderClassName
{
color: #FECAC4;
}
.AnyTagClassName
{
color: #FECAC4;
}
</style>
background-color css
<style>
a { background-color: #FECAC4; }
a { background-color: rgb(254,202,196); }
div.DivClassName
{
background-color: #FECAC4;
}
.BgClassName
{
background-color: #FECAC4;
}
</style>
border-color css
<style>
span { border-color: #FECAC4; }
span { border-color: rgb(254,202,196); }
td.TdClassName
{
border-color: #FECAC4;
}
.TagClassName
{
border-color: #FECAC4;
}
</style>