Shades of Your Pink #F9C3BF
Tints of Your Pink #F9C3BF
RGB
CMYK
RGB Variations
Color information
#F9C3BF (or 0xF9C3BF) is known color: Your Pink. HEX triplet: F9, C3 and BF. RGB value is (249,195,191). Sum of RGB (Red+Green+Blue) = 249+195+191=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C3BF is #063C40. Grayscale: #D2D2D2. Windows color (decimal): -408641 or 12567545. OLE color: 12567545.
HSL color Cylindrical-coordinate representation of color #F9C3BF: hue angle of 4.14º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C3BF is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 195 | 191 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.02 |
| HSL | 4.14º | 0.83% | 0.86% | - |
| HSV(B) | 4.14º | 0.23% | 0.98% | - |
| XYZ | 67.99 | 62.93 | 57.85 | - |
| YUV | 210.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 195 | 191 | 0 | 0.22 | 0.23 | 0.02 | 4.14 | 0.83 | 0.86 |
| Hex | F9 | C3 | BF | 0 | 16 | 17 | 2 | 4 | 53 | 56 |
| Octal | 371 | 303 | 277 | 0 | 26 | 27 | 2 | 4 | 123 | 126 |
| Binary | 11111001 | 11000011 | 10111111 | 0 | 10110 | 10111 | 10 | 100 | 1010011 | 1010110 |
Color Harmonies of #F9C3BF
Complementary color
Monochromatic Colors of #F9C3BF
Black with #F9C3BF
Text Example
Text Example
White with #F9C3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C3BF; }
p { color: rgb(249,195,191); }
H1.HeaderClassName
{
color: #F9C3BF;
}
.AnyTagClassName
{
color: #F9C3BF;
}
</style>
background-color css
<style>
a { background-color: #F9C3BF; }
a { background-color: rgb(249,195,191); }
div.DivClassName
{
background-color: #F9C3BF;
}
.BgClassName
{
background-color: #F9C3BF;
}
</style>
border-color css
<style>
span { border-color: #F9C3BF; }
span { border-color: rgb(249,195,191); }
td.TdClassName
{
border-color: #F9C3BF;
}
.TagClassName
{
border-color: #F9C3BF;
}
</style>