Shades of Carnation Pink #FA98C0
Tints of Carnation Pink #FA98C0
RGB
CMYK
RGB Variations
Color information
#FA98C0 (or 0xFA98C0) is known color: Carnation Pink. HEX triplet: FA, 98 and C0. RGB value is (250,152,192). Sum of RGB (Red+Green+Blue) = 250+152+192=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA98C0 is #05673F. Grayscale: #B9B9B9. Windows color (decimal): -354112 or 12622074. OLE color: 12622074.
HSL color Cylindrical-coordinate representation of color #FA98C0: hue angle of 335.51º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA98C0 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 192 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.02 |
| HSL | 335.51º | 0.91% | 0.79% | - |
| HSV(B) | 335.51º | 0.39% | 0.98% | - |
| XYZ | 60.17 | 46.59 | 55.69 | - |
| YUV | 185.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 192 | 0 | 0.39 | 0.23 | 0.02 | 335.51 | 0.91 | 0.79 |
| Hex | FA | 98 | C0 | 0 | 27 | 17 | 2 | 150 | 5B | 4F |
| Octal | 372 | 230 | 300 | 0 | 47 | 27 | 2 | 520 | 133 | 117 |
| Binary | 11111010 | 10011000 | 11000000 | 0 | 100111 | 10111 | 10 | 101010000 | 1011011 | 1001111 |
Color Harmonies of #FA98C0
Complementary color
Monochromatic Colors of #FA98C0
Black with #FA98C0
Text Example
Text Example
White with #FA98C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA98C0; }
p { color: rgb(250,152,192); }
H1.HeaderClassName
{
color: #FA98C0;
}
.AnyTagClassName
{
color: #FA98C0;
}
</style>
background-color css
<style>
a { background-color: #FA98C0; }
a { background-color: rgb(250,152,192); }
div.DivClassName
{
background-color: #FA98C0;
}
.BgClassName
{
background-color: #FA98C0;
}
</style>
border-color css
<style>
span { border-color: #FA98C0; }
span { border-color: rgb(250,152,192); }
td.TdClassName
{
border-color: #FA98C0;
}
.TagClassName
{
border-color: #FA98C0;
}
</style>