Shades of Light Pink #FEB9C6
Tints of Light Pink #FEB9C6
RGB
CMYK
RGB Variations
Color information
#FEB9C6 (or 0xFEB9C6) is known color: Light Pink. HEX triplet: FE, B9 and C6. RGB value is (254,185,198). Sum of RGB (Red+Green+Blue) = 254+185+198=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9C6 is #014639. Grayscale: #CFCFCF. Windows color (decimal): -83514 or 13023742. OLE color: 13023742.
HSL color Cylindrical-coordinate representation of color #FEB9C6: hue angle of 348.7º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEB9C6 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 198 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.00 |
| HSL | 348.7º | 0.97% | 0.86% | - |
| HSV(B) | 348.7º | 0.27% | 1% | - |
| XYZ | 68.42 | 59.85 | 61.37 | - |
| YUV | 207.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 198 | 0 | 0.27 | 0.22 | 0.00 | 348.7 | 0.97 | 0.86 |
| Hex | FE | B9 | C6 | 0 | 1B | 16 | 0 | 15D | 61 | 56 |
| Octal | 376 | 271 | 306 | 0 | 33 | 26 | 0 | 535 | 141 | 126 |
| Binary | 11111110 | 10111001 | 11000110 | 0 | 11011 | 10110 | 0 | 101011101 | 1100001 | 1010110 |
Color Harmonies of #FEB9C6
Complementary color
Monochromatic Colors of #FEB9C6
Black with #FEB9C6
Text Example
Text Example
White with #FEB9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB9C6; }
p { color: rgb(254,185,198); }
H1.HeaderClassName
{
color: #FEB9C6;
}
.AnyTagClassName
{
color: #FEB9C6;
}
</style>
background-color css
<style>
a { background-color: #FEB9C6; }
a { background-color: rgb(254,185,198); }
div.DivClassName
{
background-color: #FEB9C6;
}
.BgClassName
{
background-color: #FEB9C6;
}
</style>
border-color css
<style>
span { border-color: #FEB9C6; }
span { border-color: rgb(254,185,198); }
td.TdClassName
{
border-color: #FEB9C6;
}
.TagClassName
{
border-color: #FEB9C6;
}
</style>