Shades of Pink #F9BDCA
Tints of Pink #F9BDCA
RGB
CMYK
RGB Variations
Color information
#F9BDCA (or 0xF9BDCA) is known color: Pink. HEX triplet: F9, BD and CA. RGB value is (249,189,202). Sum of RGB (Red+Green+Blue) = 249+189+202=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDCA is #064235. Grayscale: #D0D0D0. Windows color (decimal): -410166 or 13286905. OLE color: 13286905.
HSL color Cylindrical-coordinate representation of color #F9BDCA: hue angle of 347º 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 #F9BDCA is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 189 | 202 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.02 |
| HSL | 347º | 0.83% | 0.86% | - |
| HSV(B) | 347º | 0.24% | 0.98% | - |
| XYZ | 67.93 | 60.8 | 64.03 | - |
| YUV | 208.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 189 | 202 | 0 | 0.24 | 0.19 | 0.02 | 347 | 0.83 | 0.86 |
| Hex | F9 | BD | CA | 0 | 18 | 13 | 2 | 15B | 53 | 56 |
| Octal | 371 | 275 | 312 | 0 | 30 | 23 | 2 | 533 | 123 | 126 |
| Binary | 11111001 | 10111101 | 11001010 | 0 | 11000 | 10011 | 10 | 101011011 | 1010011 | 1010110 |
Color Harmonies of #F9BDCA
Complementary color
Monochromatic Colors of #F9BDCA
Black with #F9BDCA
Text Example
Text Example
White with #F9BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BDCA; }
p { color: rgb(249,189,202); }
H1.HeaderClassName
{
color: #F9BDCA;
}
.AnyTagClassName
{
color: #F9BDCA;
}
</style>
background-color css
<style>
a { background-color: #F9BDCA; }
a { background-color: rgb(249,189,202); }
div.DivClassName
{
background-color: #F9BDCA;
}
.BgClassName
{
background-color: #F9BDCA;
}
</style>
border-color css
<style>
span { border-color: #F9BDCA; }
span { border-color: rgb(249,189,202); }
td.TdClassName
{
border-color: #F9BDCA;
}
.TagClassName
{
border-color: #F9BDCA;
}
</style>