Shades of Carnation Pink #FA98C1
Tints of Carnation Pink #FA98C1
RGB
CMYK
RGB Variations
Color information
#FA98C1 (or 0xFA98C1) is known color: Carnation Pink. HEX triplet: FA, 98 and C1. RGB value is (250,152,193). Sum of RGB (Red+Green+Blue) = 250+152+193=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA98C1 is #05673E. Grayscale: #B9B9B9. Windows color (decimal): -354111 or 12687610. OLE color: 12687610.
HSL color Cylindrical-coordinate representation of color #FA98C1: hue angle of 334.9º 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 #FA98C1 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 193 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.02 |
| HSL | 334.9º | 0.91% | 0.79% | - |
| HSV(B) | 334.9º | 0.39% | 0.98% | - |
| XYZ | 60.28 | 46.63 | 56.28 | - |
| YUV | 185.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 193 | 0 | 0.39 | 0.23 | 0.02 | 334.9 | 0.91 | 0.79 |
| Hex | FA | 98 | C1 | 0 | 27 | 17 | 2 | 14F | 5B | 4F |
| Octal | 372 | 230 | 301 | 0 | 47 | 27 | 2 | 517 | 133 | 117 |
| Binary | 11111010 | 10011000 | 11000001 | 0 | 100111 | 10111 | 10 | 101001111 | 1011011 | 1001111 |
Color Harmonies of #FA98C1
Complementary color
Monochromatic Colors of #FA98C1
Black with #FA98C1
Text Example
Text Example
White with #FA98C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA98C1; }
p { color: rgb(250,152,193); }
H1.HeaderClassName
{
color: #FA98C1;
}
.AnyTagClassName
{
color: #FA98C1;
}
</style>
background-color css
<style>
a { background-color: #FA98C1; }
a { background-color: rgb(250,152,193); }
div.DivClassName
{
background-color: #FA98C1;
}
.BgClassName
{
background-color: #FA98C1;
}
</style>
border-color css
<style>
span { border-color: #FA98C1; }
span { border-color: rgb(250,152,193); }
td.TdClassName
{
border-color: #FA98C1;
}
.TagClassName
{
border-color: #FA98C1;
}
</style>