Shades of Pink #F9BEC9
Tints of Pink #F9BEC9
RGB
CMYK
RGB Variations
Color information
#F9BEC9 (or 0xF9BEC9) is known color: Pink. HEX triplet: F9, BE and C9. RGB value is (249,190,201). Sum of RGB (Red+Green+Blue) = 249+190+201=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BEC9 is #064136. Grayscale: #D0D0D0. Windows color (decimal): -409911 or 13221625. OLE color: 13221625.
HSL color Cylindrical-coordinate representation of color #F9BEC9: hue angle of 348.81º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BEC9 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 190 | 201 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.02 |
| HSL | 348.81º | 0.83% | 0.86% | - |
| HSV(B) | 348.81º | 0.24% | 0.98% | - |
| XYZ | 68.02 | 61.18 | 63.48 | - |
| YUV | 208.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 190 | 201 | 0 | 0.24 | 0.19 | 0.02 | 348.81 | 0.83 | 0.86 |
| Hex | F9 | BE | C9 | 0 | 18 | 13 | 2 | 15D | 53 | 56 |
| Octal | 371 | 276 | 311 | 0 | 30 | 23 | 2 | 535 | 123 | 126 |
| Binary | 11111001 | 10111110 | 11001001 | 0 | 11000 | 10011 | 10 | 101011101 | 1010011 | 1010110 |
Color Harmonies of #F9BEC9
Complementary color
Monochromatic Colors of #F9BEC9
Black with #F9BEC9
Text Example
Text Example
White with #F9BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BEC9; }
p { color: rgb(249,190,201); }
H1.HeaderClassName
{
color: #F9BEC9;
}
.AnyTagClassName
{
color: #F9BEC9;
}
</style>
background-color css
<style>
a { background-color: #F9BEC9; }
a { background-color: rgb(249,190,201); }
div.DivClassName
{
background-color: #F9BEC9;
}
.BgClassName
{
background-color: #F9BEC9;
}
</style>
border-color css
<style>
span { border-color: #F9BEC9; }
span { border-color: rgb(249,190,201); }
td.TdClassName
{
border-color: #F9BEC9;
}
.TagClassName
{
border-color: #F9BEC9;
}
</style>