Shades of Carnation Pink #FA9BCD
Tints of Carnation Pink #FA9BCD
RGB
CMYK
RGB Variations
Color information
#FA9BCD (or 0xFA9BCD) is known color: Carnation Pink. HEX triplet: FA, 9B and CD. RGB value is (250,155,205). Sum of RGB (Red+Green+Blue) = 250+155+205=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9BCD is #056432. Grayscale: #BDBDBD. Windows color (decimal): -353331 or 13474810. OLE color: 13474810.
HSL color Cylindrical-coordinate representation of color #FA9BCD: hue angle of 328.42º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9BCD is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 205 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.02 |
| HSL | 328.42º | 0.9% | 0.79% | - |
| HSV(B) | 328.42º | 0.38% | 0.98% | - |
| XYZ | 62.17 | 48.17 | 63.78 | - |
| YUV | 189.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 205 | 0 | 0.38 | 0.18 | 0.02 | 328.42 | 0.9 | 0.79 |
| Hex | FA | 9B | CD | 0 | 26 | 12 | 2 | 148 | 5A | 4F |
| Octal | 372 | 233 | 315 | 0 | 46 | 22 | 2 | 510 | 132 | 117 |
| Binary | 11111010 | 10011011 | 11001101 | 0 | 100110 | 10010 | 10 | 101001000 | 1011010 | 1001111 |
Color Harmonies of #FA9BCD
Complementary color
Monochromatic Colors of #FA9BCD
Black with #FA9BCD
Text Example
Text Example
White with #FA9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9BCD; }
p { color: rgb(250,155,205); }
H1.HeaderClassName
{
color: #FA9BCD;
}
.AnyTagClassName
{
color: #FA9BCD;
}
</style>
background-color css
<style>
a { background-color: #FA9BCD; }
a { background-color: rgb(250,155,205); }
div.DivClassName
{
background-color: #FA9BCD;
}
.BgClassName
{
background-color: #FA9BCD;
}
</style>
border-color css
<style>
span { border-color: #FA9BCD; }
span { border-color: rgb(250,155,205); }
td.TdClassName
{
border-color: #FA9BCD;
}
.TagClassName
{
border-color: #FA9BCD;
}
</style>