Shades of Your Pink #FEC7C2
Tints of Your Pink #FEC7C2
RGB
CMYK
RGB Variations
Color information
#FEC7C2 (or 0xFEC7C2) is known color: Your Pink. HEX triplet: FE, C7 and C2. RGB value is (254,199,194). Sum of RGB (Red+Green+Blue) = 254+199+194=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 194 (76.17% from 255 or 29.98% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7C2 is #01383D. Grayscale: #D6D6D6. Windows color (decimal): -79934 or 12765182. OLE color: 12765182.
HSL color Cylindrical-coordinate representation of color #FEC7C2: hue angle of 5º 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 #FEC7C2 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 199 | 194 | - |
CMYK | 0 | 0.22 | 0.24 | 0.00 |
HSL | 5º | 0.97% | 0.88% | - |
HSV(B) | 5º | 0.24% | 1% | - |
XYZ | 71.03 | 65.81 | 60 | - |
YUV | 214.88 | 116.22 | 155.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 199 | 194 | 0 | 0.22 | 0.24 | 0.00 | 5 | 0.97 | 0.88 |
Hex | FE | C7 | C2 | 0 | 16 | 18 | 0 | 5 | 61 | 58 |
Octal | 376 | 307 | 302 | 0 | 26 | 30 | 0 | 5 | 141 | 130 |
Binary | 11111110 | 11000111 | 11000010 | 0 | 10110 | 11000 | 0 | 101 | 1100001 | 1011000 |
Color Harmonies of #FEC7C2
Complementary color
Monochromatic Colors of #FEC7C2
Black with #FEC7C2
Text Example
Text Example
White with #FEC7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7C2; }
p { color: rgb(254,199,194); }
H1.HeaderClassName
{
color: #FEC7C2;
}
.AnyTagClassName
{
color: #FEC7C2;
}
</style>
background-color css
<style>
a { background-color: #FEC7C2; }
a { background-color: rgb(254,199,194); }
div.DivClassName
{
background-color: #FEC7C2;
}
.BgClassName
{
background-color: #FEC7C2;
}
</style>
border-color css
<style>
span { border-color: #FEC7C2; }
span { border-color: rgb(254,199,194); }
td.TdClassName
{
border-color: #FEC7C2;
}
.TagClassName
{
border-color: #FEC7C2;
}
</style>