Shades of Carnation Pink #FA98D1
Tints of Carnation Pink #FA98D1
RGB
CMYK
RGB Variations
Color information
#FA98D1 (or 0xFA98D1) is known color: Carnation Pink. HEX triplet: FA, 98 and D1. RGB value is (250,152,209). Sum of RGB (Red+Green+Blue) = 250+152+209=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA98D1 is #05672E. Grayscale: #BBBBBB. Windows color (decimal): -354095 or 13736186. OLE color: 13736186.
HSL color Cylindrical-coordinate representation of color #FA98D1: hue angle of 325.1º 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 #FA98D1 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 209 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.02 |
| HSL | 325.1º | 0.91% | 0.79% | - |
| HSV(B) | 325.1º | 0.39% | 0.98% | - |
| XYZ | 62.16 | 47.38 | 66.19 | - |
| YUV | 187.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 209 | 0 | 0.39 | 0.16 | 0.02 | 325.1 | 0.91 | 0.79 |
| Hex | FA | 98 | D1 | 0 | 27 | 10 | 2 | 145 | 5B | 4F |
| Octal | 372 | 230 | 321 | 0 | 47 | 20 | 2 | 505 | 133 | 117 |
| Binary | 11111010 | 10011000 | 11010001 | 0 | 100111 | 10000 | 10 | 101000101 | 1011011 | 1001111 |
Color Harmonies of #FA98D1
Complementary color
Monochromatic Colors of #FA98D1
Black with #FA98D1
Text Example
Text Example
White with #FA98D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA98D1; }
p { color: rgb(250,152,209); }
H1.HeaderClassName
{
color: #FA98D1;
}
.AnyTagClassName
{
color: #FA98D1;
}
</style>
background-color css
<style>
a { background-color: #FA98D1; }
a { background-color: rgb(250,152,209); }
div.DivClassName
{
background-color: #FA98D1;
}
.BgClassName
{
background-color: #FA98D1;
}
</style>
border-color css
<style>
span { border-color: #FA98D1; }
span { border-color: rgb(250,152,209); }
td.TdClassName
{
border-color: #FA98D1;
}
.TagClassName
{
border-color: #FA98D1;
}
</style>