Shades of Carnation Pink #FA99BD
Tints of Carnation Pink #FA99BD
RGB
CMYK
RGB Variations
Color information
#FA99BD (or 0xFA99BD) is known color: Carnation Pink. HEX triplet: FA, 99 and BD. RGB value is (250,153,189). Sum of RGB (Red+Green+Blue) = 250+153+189=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99BD is #056642. Grayscale: #BABABA. Windows color (decimal): -353859 or 12425722. OLE color: 12425722.
HSL color Cylindrical-coordinate representation of color #FA99BD: hue angle of 337.73º 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 #FA99BD is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 189 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.02 |
| HSL | 337.73º | 0.91% | 0.79% | - |
| HSV(B) | 337.73º | 0.39% | 0.98% | - |
| XYZ | 60 | 46.78 | 54.01 | - |
| YUV | 186.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 189 | 0 | 0.39 | 0.24 | 0.02 | 337.73 | 0.91 | 0.79 |
| Hex | FA | 99 | BD | 0 | 27 | 18 | 2 | 152 | 5B | 4F |
| Octal | 372 | 231 | 275 | 0 | 47 | 30 | 2 | 522 | 133 | 117 |
| Binary | 11111010 | 10011001 | 10111101 | 0 | 100111 | 11000 | 10 | 101010010 | 1011011 | 1001111 |
Color Harmonies of #FA99BD
Complementary color
Monochromatic Colors of #FA99BD
Black with #FA99BD
Text Example
Text Example
White with #FA99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99BD; }
p { color: rgb(250,153,189); }
H1.HeaderClassName
{
color: #FA99BD;
}
.AnyTagClassName
{
color: #FA99BD;
}
</style>
background-color css
<style>
a { background-color: #FA99BD; }
a { background-color: rgb(250,153,189); }
div.DivClassName
{
background-color: #FA99BD;
}
.BgClassName
{
background-color: #FA99BD;
}
</style>
border-color css
<style>
span { border-color: #FA99BD; }
span { border-color: rgb(250,153,189); }
td.TdClassName
{
border-color: #FA99BD;
}
.TagClassName
{
border-color: #FA99BD;
}
</style>