Shades of Your Pink #FEC5B2
Tints of Your Pink #FEC5B2
RGB
CMYK
RGB Variations
Color information
#FEC5B2 (or 0xFEC5B2) is known color: Your Pink. HEX triplet: FE, C5 and B2. RGB value is (254,197,178). Sum of RGB (Red+Green+Blue) = 254+197+178=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 178 (69.92% from 255 or 28.30% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC5B2 is #013A4D. Grayscale: #D4D4D4. Windows color (decimal): -80462 or 11716094. OLE color: 11716094.
HSL color Cylindrical-coordinate representation of color #FEC5B2: hue angle of 15º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEC5B2 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 178 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.00 |
| HSL | 15º | 0.97% | 0.85% | - |
| HSV(B) | 15º | 0.3% | 1% | - |
| XYZ | 68.88 | 64.22 | 50.88 | - |
| YUV | 211.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 178 | 0 | 0.22 | 0.30 | 0.00 | 15 | 0.97 | 0.85 |
| Hex | FE | C5 | B2 | 0 | 16 | 1E | 0 | F | 61 | 55 |
| Octal | 376 | 305 | 262 | 0 | 26 | 36 | 0 | 17 | 141 | 125 |
| Binary | 11111110 | 11000101 | 10110010 | 0 | 10110 | 11110 | 0 | 1111 | 1100001 | 1010101 |
Color Harmonies of #FEC5B2
Complementary color
Monochromatic Colors of #FEC5B2
Black with #FEC5B2
Text Example
Text Example
White with #FEC5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5B2; }
p { color: rgb(254,197,178); }
H1.HeaderClassName
{
color: #FEC5B2;
}
.AnyTagClassName
{
color: #FEC5B2;
}
</style>
background-color css
<style>
a { background-color: #FEC5B2; }
a { background-color: rgb(254,197,178); }
div.DivClassName
{
background-color: #FEC5B2;
}
.BgClassName
{
background-color: #FEC5B2;
}
</style>
border-color css
<style>
span { border-color: #FEC5B2; }
span { border-color: rgb(254,197,178); }
td.TdClassName
{
border-color: #FEC5B2;
}
.TagClassName
{
border-color: #FEC5B2;
}
</style>