Shades of Carnation Pink #FA98BD
Tints of Carnation Pink #FA98BD
RGB
CMYK
RGB Variations
Color information
#FA98BD (or 0xFA98BD) is known color: Carnation Pink. HEX triplet: FA, 98 and BD. RGB value is (250,152,189). Sum of RGB (Red+Green+Blue) = 250+152+189=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA98BD is #056742. Grayscale: #B9B9B9. Windows color (decimal): -354115 or 12425466. OLE color: 12425466.
HSL color Cylindrical-coordinate representation of color #FA98BD: hue angle of 337.35º 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 #FA98BD is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 189 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.02 |
| HSL | 337.35º | 0.91% | 0.79% | - |
| HSV(B) | 337.35º | 0.39% | 0.98% | - |
| XYZ | 59.84 | 46.45 | 53.96 | - |
| YUV | 185.52 | 129.97 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 189 | 0 | 0.39 | 0.24 | 0.02 | 337.35 | 0.91 | 0.79 |
| Hex | FA | 98 | BD | 0 | 27 | 18 | 2 | 151 | 5B | 4F |
| Octal | 372 | 230 | 275 | 0 | 47 | 30 | 2 | 521 | 133 | 117 |
| Binary | 11111010 | 10011000 | 10111101 | 0 | 100111 | 11000 | 10 | 101010001 | 1011011 | 1001111 |
Color Harmonies of #FA98BD
Complementary color
Monochromatic Colors of #FA98BD
Black with #FA98BD
Text Example
Text Example
White with #FA98BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA98BD; }
p { color: rgb(250,152,189); }
H1.HeaderClassName
{
color: #FA98BD;
}
.AnyTagClassName
{
color: #FA98BD;
}
</style>
background-color css
<style>
a { background-color: #FA98BD; }
a { background-color: rgb(250,152,189); }
div.DivClassName
{
background-color: #FA98BD;
}
.BgClassName
{
background-color: #FA98BD;
}
</style>
border-color css
<style>
span { border-color: #FA98BD; }
span { border-color: rgb(250,152,189); }
td.TdClassName
{
border-color: #FA98BD;
}
.TagClassName
{
border-color: #FA98BD;
}
</style>