Shades of Carnation Pink #FA9AD0
Tints of Carnation Pink #FA9AD0
RGB
CMYK
RGB Variations
Color information
#FA9AD0 (or 0xFA9AD0) is known color: Carnation Pink. HEX triplet: FA, 9A and D0. RGB value is (250,154,208). Sum of RGB (Red+Green+Blue) = 250+154+208=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AD0 is #05652F. Grayscale: #BCBCBC. Windows color (decimal): -353584 or 13671162. OLE color: 13671162.
HSL color Cylindrical-coordinate representation of color #FA9AD0: hue angle of 326.25º degrees, saturation: 0.91, 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 #FA9AD0 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 208 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.02 |
| HSL | 326.25º | 0.91% | 0.79% | - |
| HSV(B) | 326.25º | 0.38% | 0.98% | - |
| XYZ | 62.37 | 47.99 | 65.65 | - |
| YUV | 188.86 | 138.8 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 208 | 0 | 0.38 | 0.17 | 0.02 | 326.25 | 0.91 | 0.79 |
| Hex | FA | 9A | D0 | 0 | 26 | 11 | 2 | 146 | 5B | 4F |
| Octal | 372 | 232 | 320 | 0 | 46 | 21 | 2 | 506 | 133 | 117 |
| Binary | 11111010 | 10011010 | 11010000 | 0 | 100110 | 10001 | 10 | 101000110 | 1011011 | 1001111 |
Color Harmonies of #FA9AD0
Complementary color
Monochromatic Colors of #FA9AD0
Black with #FA9AD0
Text Example
Text Example
White with #FA9AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9AD0; }
p { color: rgb(250,154,208); }
H1.HeaderClassName
{
color: #FA9AD0;
}
.AnyTagClassName
{
color: #FA9AD0;
}
</style>
background-color css
<style>
a { background-color: #FA9AD0; }
a { background-color: rgb(250,154,208); }
div.DivClassName
{
background-color: #FA9AD0;
}
.BgClassName
{
background-color: #FA9AD0;
}
</style>
border-color css
<style>
span { border-color: #FA9AD0; }
span { border-color: rgb(250,154,208); }
td.TdClassName
{
border-color: #FA9AD0;
}
.TagClassName
{
border-color: #FA9AD0;
}
</style>