Shades of Your Pink #FEC3C2
Tints of Your Pink #FEC3C2
RGB
CMYK
RGB Variations
Color information
#FEC3C2 (or 0xFEC3C2) is known color: Your Pink. HEX triplet: FE, C3 and C2. RGB value is (254,195,194). Sum of RGB (Red+Green+Blue) = 254+195+194=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 195 (76.56% from 255 or 30.33% from 643); Blue value is 194 (76.17% from 255 or 30.17% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3C2 is #013C3D. Grayscale: #D4D4D4. Windows color (decimal): -80958 or 12764158. OLE color: 12764158.
HSL color Cylindrical-coordinate representation of color #FEC3C2: hue angle of 1º 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 #FEC3C2 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 194 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.00 |
| HSL | 1º | 0.97% | 0.88% | - |
| HSV(B) | 1º | 0.24% | 1% | - |
| XYZ | 70.13 | 64 | 59.7 | - |
| YUV | 212.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 194 | 0 | 0.23 | 0.24 | 0.00 | 1 | 0.97 | 0.88 |
| Hex | FE | C3 | C2 | 0 | 17 | 18 | 0 | 1 | 61 | 58 |
| Octal | 376 | 303 | 302 | 0 | 27 | 30 | 0 | 1 | 141 | 130 |
| Binary | 11111110 | 11000011 | 11000010 | 0 | 10111 | 11000 | 0 | 1 | 1100001 | 1011000 |
Color Harmonies of #FEC3C2
Complementary color
Monochromatic Colors of #FEC3C2
Black with #FEC3C2
Text Example
Text Example
White with #FEC3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC3C2; }
p { color: rgb(254,195,194); }
H1.HeaderClassName
{
color: #FEC3C2;
}
.AnyTagClassName
{
color: #FEC3C2;
}
</style>
background-color css
<style>
a { background-color: #FEC3C2; }
a { background-color: rgb(254,195,194); }
div.DivClassName
{
background-color: #FEC3C2;
}
.BgClassName
{
background-color: #FEC3C2;
}
</style>
border-color css
<style>
span { border-color: #FEC3C2; }
span { border-color: rgb(254,195,194); }
td.TdClassName
{
border-color: #FEC3C2;
}
.TagClassName
{
border-color: #FEC3C2;
}
</style>