Shades of Carnation Pink #FA99D0
Tints of Carnation Pink #FA99D0
RGB
CMYK
RGB Variations
Color information
#FA99D0 (or 0xFA99D0) is known color: Carnation Pink. HEX triplet: FA, 99 and D0. RGB value is (250,153,208). Sum of RGB (Red+Green+Blue) = 250+153+208=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99D0 is #05662F. Grayscale: #BCBCBC. Windows color (decimal): -353840 or 13670906. OLE color: 13670906.
HSL color Cylindrical-coordinate representation of color #FA99D0: hue angle of 325.98º 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 #FA99D0 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 208 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.02 |
| HSL | 325.98º | 0.91% | 0.79% | - |
| HSV(B) | 325.98º | 0.39% | 0.98% | - |
| XYZ | 62.2 | 47.66 | 65.6 | - |
| YUV | 188.27 | 139.14 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 208 | 0 | 0.39 | 0.17 | 0.02 | 325.98 | 0.91 | 0.79 |
| Hex | FA | 99 | D0 | 0 | 27 | 11 | 2 | 146 | 5B | 4F |
| Octal | 372 | 231 | 320 | 0 | 47 | 21 | 2 | 506 | 133 | 117 |
| Binary | 11111010 | 10011001 | 11010000 | 0 | 100111 | 10001 | 10 | 101000110 | 1011011 | 1001111 |
Color Harmonies of #FA99D0
Complementary color
Monochromatic Colors of #FA99D0
Black with #FA99D0
Text Example
Text Example
White with #FA99D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99D0; }
p { color: rgb(250,153,208); }
H1.HeaderClassName
{
color: #FA99D0;
}
.AnyTagClassName
{
color: #FA99D0;
}
</style>
background-color css
<style>
a { background-color: #FA99D0; }
a { background-color: rgb(250,153,208); }
div.DivClassName
{
background-color: #FA99D0;
}
.BgClassName
{
background-color: #FA99D0;
}
</style>
border-color css
<style>
span { border-color: #FA99D0; }
span { border-color: rgb(250,153,208); }
td.TdClassName
{
border-color: #FA99D0;
}
.TagClassName
{
border-color: #FA99D0;
}
</style>