Shades of Your Pink #FECAC5
Tints of Your Pink #FECAC5
RGB
CMYK
RGB Variations
Color information
#FECAC5 (or 0xFECAC5) is known color: Your Pink. HEX triplet: FE, CA and C5. RGB value is (254,202,197). Sum of RGB (Red+Green+Blue) = 254+202+197=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAC5 is #01353A. Grayscale: #D9D9D9. Windows color (decimal): -79163 or 12962558. OLE color: 12962558.
HSL color Cylindrical-coordinate representation of color #FECAC5: hue angle of 5.26º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FECAC5 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 202 | 197 | - |
CMYK | 0 | 0.20 | 0.22 | 0.00 |
HSL | 5.26º | 0.97% | 0.88% | - |
HSV(B) | 5.26º | 0.22% | 1% | - |
XYZ | 72.07 | 67.34 | 62.02 | - |
YUV | 216.98 | 116.73 | 154.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 202 | 197 | 0 | 0.20 | 0.22 | 0.00 | 5.26 | 0.97 | 0.88 |
Hex | FE | CA | C5 | 0 | 14 | 16 | 0 | 5 | 61 | 58 |
Octal | 376 | 312 | 305 | 0 | 24 | 26 | 0 | 5 | 141 | 130 |
Binary | 11111110 | 11001010 | 11000101 | 0 | 10100 | 10110 | 0 | 101 | 1100001 | 1011000 |
Color Harmonies of #FECAC5
Complementary color
Monochromatic Colors of #FECAC5
Black with #FECAC5
Text Example
Text Example
White with #FECAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECAC5; }
p { color: rgb(254,202,197); }
H1.HeaderClassName
{
color: #FECAC5;
}
.AnyTagClassName
{
color: #FECAC5;
}
</style>
background-color css
<style>
a { background-color: #FECAC5; }
a { background-color: rgb(254,202,197); }
div.DivClassName
{
background-color: #FECAC5;
}
.BgClassName
{
background-color: #FECAC5;
}
</style>
border-color css
<style>
span { border-color: #FECAC5; }
span { border-color: rgb(254,202,197); }
td.TdClassName
{
border-color: #FECAC5;
}
.TagClassName
{
border-color: #FECAC5;
}
</style>