Shades of Your Pink #FEC6B3
Tints of Your Pink #FEC6B3
RGB
CMYK
RGB Variations
Color information
#FEC6B3 (or 0xFEC6B3) is known color: Your Pink. HEX triplet: FE, C6 and B3. RGB value is (254,198,179). Sum of RGB (Red+Green+Blue) = 254+198+179=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 179 (70.31% from 255 or 28.37% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6B3 is #01394C. Grayscale: #D4D4D4. Windows color (decimal): -80205 or 11781886. OLE color: 11781886.
HSL color Cylindrical-coordinate representation of color #FEC6B3: hue angle of 15.2º 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 #FEC6B3 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 179 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.00 |
| HSL | 15.2º | 0.97% | 0.85% | - |
| HSV(B) | 15.2º | 0.3% | 1% | - |
| XYZ | 69.2 | 64.71 | 51.49 | - |
| YUV | 212.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 179 | 0 | 0.22 | 0.30 | 0.00 | 15.2 | 0.97 | 0.85 |
| Hex | FE | C6 | B3 | 0 | 16 | 1E | 0 | F | 61 | 55 |
| Octal | 376 | 306 | 263 | 0 | 26 | 36 | 0 | 17 | 141 | 125 |
| Binary | 11111110 | 11000110 | 10110011 | 0 | 10110 | 11110 | 0 | 1111 | 1100001 | 1010101 |
Color Harmonies of #FEC6B3
Complementary color
Monochromatic Colors of #FEC6B3
Black with #FEC6B3
Text Example
Text Example
White with #FEC6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC6B3; }
p { color: rgb(254,198,179); }
H1.HeaderClassName
{
color: #FEC6B3;
}
.AnyTagClassName
{
color: #FEC6B3;
}
</style>
background-color css
<style>
a { background-color: #FEC6B3; }
a { background-color: rgb(254,198,179); }
div.DivClassName
{
background-color: #FEC6B3;
}
.BgClassName
{
background-color: #FEC6B3;
}
</style>
border-color css
<style>
span { border-color: #FEC6B3; }
span { border-color: rgb(254,198,179); }
td.TdClassName
{
border-color: #FEC6B3;
}
.TagClassName
{
border-color: #FEC6B3;
}
</style>