Shades of Carnation Pink #FA99CF
Tints of Carnation Pink #FA99CF
RGB
CMYK
RGB Variations
Color information
#FA99CF (or 0xFA99CF) is known color: Carnation Pink. HEX triplet: FA, 99 and CF. RGB value is (250,153,207). Sum of RGB (Red+Green+Blue) = 250+153+207=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99CF is #056630. Grayscale: #BCBCBC. Windows color (decimal): -353841 or 13605370. OLE color: 13605370.
HSL color Cylindrical-coordinate representation of color #FA99CF: hue angle of 326.6º 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 #FA99CF is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 207 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.02 |
| HSL | 326.6º | 0.91% | 0.79% | - |
| HSV(B) | 326.6º | 0.39% | 0.98% | - |
| XYZ | 62.08 | 47.61 | 64.95 | - |
| YUV | 188.16 | 138.64 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 207 | 0 | 0.39 | 0.17 | 0.02 | 326.6 | 0.91 | 0.79 |
| Hex | FA | 99 | CF | 0 | 27 | 11 | 2 | 147 | 5B | 4F |
| Octal | 372 | 231 | 317 | 0 | 47 | 21 | 2 | 507 | 133 | 117 |
| Binary | 11111010 | 10011001 | 11001111 | 0 | 100111 | 10001 | 10 | 101000111 | 1011011 | 1001111 |
Color Harmonies of #FA99CF
Complementary color
Monochromatic Colors of #FA99CF
Black with #FA99CF
Text Example
Text Example
White with #FA99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99CF; }
p { color: rgb(250,153,207); }
H1.HeaderClassName
{
color: #FA99CF;
}
.AnyTagClassName
{
color: #FA99CF;
}
</style>
background-color css
<style>
a { background-color: #FA99CF; }
a { background-color: rgb(250,153,207); }
div.DivClassName
{
background-color: #FA99CF;
}
.BgClassName
{
background-color: #FA99CF;
}
</style>
border-color css
<style>
span { border-color: #FA99CF; }
span { border-color: rgb(250,153,207); }
td.TdClassName
{
border-color: #FA99CF;
}
.TagClassName
{
border-color: #FA99CF;
}
</style>