Shades of Pink #F9C7D0
Tints of Pink #F9C7D0
RGB
CMYK
RGB Variations
Color information
#F9C7D0 (or 0xF9C7D0) is known color: Pink. HEX triplet: F9, C7 and D0. RGB value is (249,199,208). Sum of RGB (Red+Green+Blue) = 249+199+208=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C7D0 is #06382F. Grayscale: #D6D6D6. Windows color (decimal): -407600 or 13682681. OLE color: 13682681.
HSL color Cylindrical-coordinate representation of color #F9C7D0: hue angle of 349.2º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9C7D0 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 199 | 208 | - |
CMYK | 0 | 0.20 | 0.16 | 0.02 |
HSL | 349.2º | 0.81% | 0.88% | - |
HSV(B) | 349.2º | 0.2% | 0.98% | - |
XYZ | 70.88 | 65.54 | 68.59 | - |
YUV | 214.98 | 124.07 | 152.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 199 | 208 | 0 | 0.20 | 0.16 | 0.02 | 349.2 | 0.81 | 0.88 |
Hex | F9 | C7 | D0 | 0 | 14 | 10 | 2 | 15D | 51 | 58 |
Octal | 371 | 307 | 320 | 0 | 24 | 20 | 2 | 535 | 121 | 130 |
Binary | 11111001 | 11000111 | 11010000 | 0 | 10100 | 10000 | 10 | 101011101 | 1010001 | 1011000 |
Color Harmonies of #F9C7D0
Complementary color
Monochromatic Colors of #F9C7D0
Black with #F9C7D0
Text Example
Text Example
White with #F9C7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C7D0; }
p { color: rgb(249,199,208); }
H1.HeaderClassName
{
color: #F9C7D0;
}
.AnyTagClassName
{
color: #F9C7D0;
}
</style>
background-color css
<style>
a { background-color: #F9C7D0; }
a { background-color: rgb(249,199,208); }
div.DivClassName
{
background-color: #F9C7D0;
}
.BgClassName
{
background-color: #F9C7D0;
}
</style>
border-color css
<style>
span { border-color: #F9C7D0; }
span { border-color: rgb(249,199,208); }
td.TdClassName
{
border-color: #F9C7D0;
}
.TagClassName
{
border-color: #F9C7D0;
}
</style>