Shades of Your Pink #FEC6C3
Tints of Your Pink #FEC6C3
RGB
CMYK
RGB Variations
Color information
#FEC6C3 (or 0xFEC6C3) is known color: Your Pink. HEX triplet: FE, C6 and C3. RGB value is (254,198,195). Sum of RGB (Red+Green+Blue) = 254+198+195=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 198 (77.73% from 255 or 30.60% from 647); Blue value is 195 (76.56% from 255 or 30.14% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6C3 is #01393C. Grayscale: #D6D6D6. Windows color (decimal): -80189 or 12830462. OLE color: 12830462.
HSL color Cylindrical-coordinate representation of color #FEC6C3: hue angle of 3.05º 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 #FEC6C3 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 195 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.00 |
| HSL | 3.05º | 0.97% | 0.88% | - |
| HSV(B) | 3.05º | 0.23% | 1% | - |
| XYZ | 70.92 | 65.4 | 60.52 | - |
| YUV | 214.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 195 | 0 | 0.22 | 0.23 | 0.00 | 3.05 | 0.97 | 0.88 |
| Hex | FE | C6 | C3 | 0 | 16 | 17 | 0 | 3 | 61 | 58 |
| Octal | 376 | 306 | 303 | 0 | 26 | 27 | 0 | 3 | 141 | 130 |
| Binary | 11111110 | 11000110 | 11000011 | 0 | 10110 | 10111 | 0 | 11 | 1100001 | 1011000 |
Color Harmonies of #FEC6C3
Complementary color
Monochromatic Colors of #FEC6C3
Black with #FEC6C3
Text Example
Text Example
White with #FEC6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6C3; }
p { color: rgb(254,198,195); }
H1.HeaderClassName
{
color: #FEC6C3;
}
.AnyTagClassName
{
color: #FEC6C3;
}
</style>
background-color css
<style>
a { background-color: #FEC6C3; }
a { background-color: rgb(254,198,195); }
div.DivClassName
{
background-color: #FEC6C3;
}
.BgClassName
{
background-color: #FEC6C3;
}
</style>
border-color css
<style>
span { border-color: #FEC6C3; }
span { border-color: rgb(254,198,195); }
td.TdClassName
{
border-color: #FEC6C3;
}
.TagClassName
{
border-color: #FEC6C3;
}
</style>