Shades of Your Pink #FEC8C5
Tints of Your Pink #FEC8C5
RGB
CMYK
RGB Variations
Color information
#FEC8C5 (or 0xFEC8C5) is known color: Your Pink. HEX triplet: FE, C8 and C5. RGB value is (254,200,197). Sum of RGB (Red+Green+Blue) = 254+200+197=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 200 (78.52% from 255 or 30.72% from 651); Blue value is 197 (77.34% from 255 or 30.26% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8C5 is #01373A. Grayscale: #D7D7D7. Windows color (decimal): -79675 or 12962046. OLE color: 12962046.
HSL color Cylindrical-coordinate representation of color #FEC8C5: hue angle of 3.16º 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 #FEC8C5 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 200 | 197 | - |
CMYK | 0 | 0.21 | 0.22 | 0.00 |
HSL | 3.16º | 0.97% | 0.88% | - |
HSV(B) | 3.16º | 0.22% | 1% | - |
XYZ | 71.61 | 66.41 | 61.87 | - |
YUV | 215.8 | 117.39 | 155.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 200 | 197 | 0 | 0.21 | 0.22 | 0.00 | 3.16 | 0.97 | 0.88 |
Hex | FE | C8 | C5 | 0 | 15 | 16 | 0 | 3 | 61 | 58 |
Octal | 376 | 310 | 305 | 0 | 25 | 26 | 0 | 3 | 141 | 130 |
Binary | 11111110 | 11001000 | 11000101 | 0 | 10101 | 10110 | 0 | 11 | 1100001 | 1011000 |
Color Harmonies of #FEC8C5
Complementary color
Monochromatic Colors of #FEC8C5
Black with #FEC8C5
Text Example
Text Example
White with #FEC8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8C5; }
p { color: rgb(254,200,197); }
H1.HeaderClassName
{
color: #FEC8C5;
}
.AnyTagClassName
{
color: #FEC8C5;
}
</style>
background-color css
<style>
a { background-color: #FEC8C5; }
a { background-color: rgb(254,200,197); }
div.DivClassName
{
background-color: #FEC8C5;
}
.BgClassName
{
background-color: #FEC8C5;
}
</style>
border-color css
<style>
span { border-color: #FEC8C5; }
span { border-color: rgb(254,200,197); }
td.TdClassName
{
border-color: #FEC8C5;
}
.TagClassName
{
border-color: #FEC8C5;
}
</style>