Shades of Carnation Pink #FA9DBB
Tints of Carnation Pink #FA9DBB
RGB
CMYK
RGB Variations
Color information
#FA9DBB (or 0xFA9DBB) is known color: Carnation Pink. HEX triplet: FA, 9D and BB. RGB value is (250,157,187). Sum of RGB (Red+Green+Blue) = 250+157+187=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DBB is #056244. Grayscale: #BCBCBC. Windows color (decimal): -352837 or 12295674. OLE color: 12295674.
HSL color Cylindrical-coordinate representation of color #FA9DBB: hue angle of 340.65º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9DBB is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 187 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.02 |
| HSL | 340.65º | 0.9% | 0.8% | - |
| HSV(B) | 340.65º | 0.37% | 0.98% | - |
| XYZ | 60.45 | 48.03 | 53.1 | - |
| YUV | 188.23 | 127.31 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 187 | 0 | 0.37 | 0.25 | 0.02 | 340.65 | 0.9 | 0.8 |
| Hex | FA | 9D | BB | 0 | 25 | 19 | 2 | 155 | 5A | 50 |
| Octal | 372 | 235 | 273 | 0 | 45 | 31 | 2 | 525 | 132 | 120 |
| Binary | 11111010 | 10011101 | 10111011 | 0 | 100101 | 11001 | 10 | 101010101 | 1011010 | 1010000 |
Color Harmonies of #FA9DBB
Complementary color
Monochromatic Colors of #FA9DBB
Black with #FA9DBB
Text Example
Text Example
White with #FA9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9DBB; }
p { color: rgb(250,157,187); }
H1.HeaderClassName
{
color: #FA9DBB;
}
.AnyTagClassName
{
color: #FA9DBB;
}
</style>
background-color css
<style>
a { background-color: #FA9DBB; }
a { background-color: rgb(250,157,187); }
div.DivClassName
{
background-color: #FA9DBB;
}
.BgClassName
{
background-color: #FA9DBB;
}
</style>
border-color css
<style>
span { border-color: #FA9DBB; }
span { border-color: rgb(250,157,187); }
td.TdClassName
{
border-color: #FA9DBB;
}
.TagClassName
{
border-color: #FA9DBB;
}
</style>