Shades of Carnation Pink #FA99C5
Tints of Carnation Pink #FA99C5
RGB
CMYK
RGB Variations
Color information
#FA99C5 (or 0xFA99C5) is known color: Carnation Pink. HEX triplet: FA, 99 and C5. RGB value is (250,153,197). Sum of RGB (Red+Green+Blue) = 250+153+197=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99C5 is #05663A. Grayscale: #BABABA. Windows color (decimal): -353851 or 12950010. OLE color: 12950010.
HSL color Cylindrical-coordinate representation of color #FA99C5: hue angle of 332.78º 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 #FA99C5 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 197 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.02 |
| HSL | 332.78º | 0.91% | 0.79% | - |
| HSV(B) | 332.78º | 0.39% | 0.98% | - |
| XYZ | 60.89 | 47.14 | 58.71 | - |
| YUV | 187.02 | 133.64 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 197 | 0 | 0.39 | 0.21 | 0.02 | 332.78 | 0.91 | 0.79 |
| Hex | FA | 99 | C5 | 0 | 27 | 15 | 2 | 14D | 5B | 4F |
| Octal | 372 | 231 | 305 | 0 | 47 | 25 | 2 | 515 | 133 | 117 |
| Binary | 11111010 | 10011001 | 11000101 | 0 | 100111 | 10101 | 10 | 101001101 | 1011011 | 1001111 |
Color Harmonies of #FA99C5
Complementary color
Monochromatic Colors of #FA99C5
Black with #FA99C5
Text Example
Text Example
White with #FA99C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99C5; }
p { color: rgb(250,153,197); }
H1.HeaderClassName
{
color: #FA99C5;
}
.AnyTagClassName
{
color: #FA99C5;
}
</style>
background-color css
<style>
a { background-color: #FA99C5; }
a { background-color: rgb(250,153,197); }
div.DivClassName
{
background-color: #FA99C5;
}
.BgClassName
{
background-color: #FA99C5;
}
</style>
border-color css
<style>
span { border-color: #FA99C5; }
span { border-color: rgb(250,153,197); }
td.TdClassName
{
border-color: #FA99C5;
}
.TagClassName
{
border-color: #FA99C5;
}
</style>