Shades of Carnation Pink #FA9FBF
Tints of Carnation Pink #FA9FBF
RGB
CMYK
RGB Variations
Color information
#FA9FBF (or 0xFA9FBF) is known color: Carnation Pink. HEX triplet: FA, 9F and BF. RGB value is (250,159,191). Sum of RGB (Red+Green+Blue) = 250+159+191=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9FBF is #056040. Grayscale: #BDBDBD. Windows color (decimal): -352321 or 12558330. OLE color: 12558330.
HSL color Cylindrical-coordinate representation of color #FA9FBF: hue angle of 338.9º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FA9FBF is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 191 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.02 |
| HSL | 338.9º | 0.9% | 0.8% | - |
| HSV(B) | 338.9º | 0.36% | 0.98% | - |
| XYZ | 61.23 | 48.88 | 55.5 | - |
| YUV | 189.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 191 | 0 | 0.36 | 0.24 | 0.02 | 338.9 | 0.9 | 0.8 |
| Hex | FA | 9F | BF | 0 | 24 | 18 | 2 | 153 | 5A | 50 |
| Octal | 372 | 237 | 277 | 0 | 44 | 30 | 2 | 523 | 132 | 120 |
| Binary | 11111010 | 10011111 | 10111111 | 0 | 100100 | 11000 | 10 | 101010011 | 1011010 | 1010000 |
Color Harmonies of #FA9FBF
Complementary color
Monochromatic Colors of #FA9FBF
Black with #FA9FBF
Text Example
Text Example
White with #FA9FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9FBF; }
p { color: rgb(250,159,191); }
H1.HeaderClassName
{
color: #FA9FBF;
}
.AnyTagClassName
{
color: #FA9FBF;
}
</style>
background-color css
<style>
a { background-color: #FA9FBF; }
a { background-color: rgb(250,159,191); }
div.DivClassName
{
background-color: #FA9FBF;
}
.BgClassName
{
background-color: #FA9FBF;
}
</style>
border-color css
<style>
span { border-color: #FA9FBF; }
span { border-color: rgb(250,159,191); }
td.TdClassName
{
border-color: #FA9FBF;
}
.TagClassName
{
border-color: #FA9FBF;
}
</style>