Shades of Carnation Pink #FA98C8
Tints of Carnation Pink #FA98C8
RGB
CMYK
RGB Variations
Color information
#FA98C8 (or 0xFA98C8) is known color: Carnation Pink. HEX triplet: FA, 98 and C8. RGB value is (250,152,200). Sum of RGB (Red+Green+Blue) = 250+152+200=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA98C8 is #056737. Grayscale: #BABABA. Windows color (decimal): -354104 or 13146362. OLE color: 13146362.
HSL color Cylindrical-coordinate representation of color #FA98C8: hue angle of 330.61º 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 #FA98C8 is Cyan = 0, Magento = 0.39, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 200 | - |
| CMYK | 0 | 0.39 | 0.2 | 0.02 |
| HSL | 330.61º | 0.91% | 0.79% | - |
| HSV(B) | 330.61º | 0.39% | 0.98% | - |
| XYZ | 61.08 | 46.95 | 60.49 | - |
| YUV | 186.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 200 | 0 | 0.39 | 0.2 | 0.02 | 330.61 | 0.91 | 0.79 |
| Hex | FA | 98 | C8 | 0 | 27 | 14 | 2 | 14B | 5B | 4F |
| Octal | 372 | 230 | 310 | 0 | 47 | 24 | 2 | 513 | 133 | 117 |
| Binary | 11111010 | 10011000 | 11001000 | 0 | 100111 | 10100 | 10 | 101001011 | 1011011 | 1001111 |
Color Harmonies of #FA98C8
Complementary color
Monochromatic Colors of #FA98C8
Black with #FA98C8
Text Example
Text Example
White with #FA98C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA98C8; }
p { color: rgb(250,152,200); }
H1.HeaderClassName
{
color: #FA98C8;
}
.AnyTagClassName
{
color: #FA98C8;
}
</style>
background-color css
<style>
a { background-color: #FA98C8; }
a { background-color: rgb(250,152,200); }
div.DivClassName
{
background-color: #FA98C8;
}
.BgClassName
{
background-color: #FA98C8;
}
</style>
border-color css
<style>
span { border-color: #FA98C8; }
span { border-color: rgb(250,152,200); }
td.TdClassName
{
border-color: #FA98C8;
}
.TagClassName
{
border-color: #FA98C8;
}
</style>