Shades of Your Pink #FEC5C2
Tints of Your Pink #FEC5C2
RGB
CMYK
RGB Variations
Color information
#FEC5C2 (or 0xFEC5C2) is known color: Your Pink. HEX triplet: FE, C5 and C2. RGB value is (254,197,194). Sum of RGB (Red+Green+Blue) = 254+197+194=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 194 (76.17% from 255 or 30.08% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5C2 is #013A3D. Grayscale: #D5D5D5. Windows color (decimal): -80446 or 12764670. OLE color: 12764670.
HSL color Cylindrical-coordinate representation of color #FEC5C2: hue angle of 3º 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 #FEC5C2 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 197 | 194 | - |
CMYK | 0 | 0.22 | 0.24 | 0.00 |
HSL | 3º | 0.97% | 0.88% | - |
HSV(B) | 3º | 0.24% | 1% | - |
XYZ | 70.58 | 64.9 | 59.85 | - |
YUV | 213.7 | 116.88 | 156.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 197 | 194 | 0 | 0.22 | 0.24 | 0.00 | 3 | 0.97 | 0.88 |
Hex | FE | C5 | C2 | 0 | 16 | 18 | 0 | 3 | 61 | 58 |
Octal | 376 | 305 | 302 | 0 | 26 | 30 | 0 | 3 | 141 | 130 |
Binary | 11111110 | 11000101 | 11000010 | 0 | 10110 | 11000 | 0 | 11 | 1100001 | 1011000 |
Color Harmonies of #FEC5C2
Complementary color
Monochromatic Colors of #FEC5C2
Black with #FEC5C2
Text Example
Text Example
White with #FEC5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5C2; }
p { color: rgb(254,197,194); }
H1.HeaderClassName
{
color: #FEC5C2;
}
.AnyTagClassName
{
color: #FEC5C2;
}
</style>
background-color css
<style>
a { background-color: #FEC5C2; }
a { background-color: rgb(254,197,194); }
div.DivClassName
{
background-color: #FEC5C2;
}
.BgClassName
{
background-color: #FEC5C2;
}
</style>
border-color css
<style>
span { border-color: #FEC5C2; }
span { border-color: rgb(254,197,194); }
td.TdClassName
{
border-color: #FEC5C2;
}
.TagClassName
{
border-color: #FEC5C2;
}
</style>