Shades of Carnation Pink #FA9CBD
Tints of Carnation Pink #FA9CBD
RGB
CMYK
RGB Variations
Color information
#FA9CBD (or 0xFA9CBD) is known color: Carnation Pink. HEX triplet: FA, 9C and BD. RGB value is (250,156,189). Sum of RGB (Red+Green+Blue) = 250+156+189=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CBD is #056342. Grayscale: #BBBBBB. Windows color (decimal): -353091 or 12426490. OLE color: 12426490.
HSL color Cylindrical-coordinate representation of color #FA9CBD: hue angle of 338.94º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9CBD is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 189 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.02 |
| HSL | 338.94º | 0.9% | 0.8% | - |
| HSV(B) | 338.94º | 0.38% | 0.98% | - |
| XYZ | 60.5 | 47.78 | 54.18 | - |
| YUV | 187.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 189 | 0 | 0.38 | 0.24 | 0.02 | 338.94 | 0.9 | 0.8 |
| Hex | FA | 9C | BD | 0 | 26 | 18 | 2 | 153 | 5A | 50 |
| Octal | 372 | 234 | 275 | 0 | 46 | 30 | 2 | 523 | 132 | 120 |
| Binary | 11111010 | 10011100 | 10111101 | 0 | 100110 | 11000 | 10 | 101010011 | 1011010 | 1010000 |
Color Harmonies of #FA9CBD
Complementary color
Monochromatic Colors of #FA9CBD
Black with #FA9CBD
Text Example
Text Example
White with #FA9CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9CBD; }
p { color: rgb(250,156,189); }
H1.HeaderClassName
{
color: #FA9CBD;
}
.AnyTagClassName
{
color: #FA9CBD;
}
</style>
background-color css
<style>
a { background-color: #FA9CBD; }
a { background-color: rgb(250,156,189); }
div.DivClassName
{
background-color: #FA9CBD;
}
.BgClassName
{
background-color: #FA9CBD;
}
</style>
border-color css
<style>
span { border-color: #FA9CBD; }
span { border-color: rgb(250,156,189); }
td.TdClassName
{
border-color: #FA9CBD;
}
.TagClassName
{
border-color: #FA9CBD;
}
</style>