Shades of Carnation Pink #FA9CBC
Tints of Carnation Pink #FA9CBC
RGB
CMYK
RGB Variations
Color information
#FA9CBC (or 0xFA9CBC) is known color: Carnation Pink. HEX triplet: FA, 9C and BC. RGB value is (250,156,188). Sum of RGB (Red+Green+Blue) = 250+156+188=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CBC is #056343. Grayscale: #BBBBBB. Windows color (decimal): -353092 or 12360954. OLE color: 12360954.
HSL color Cylindrical-coordinate representation of color #FA9CBC: hue angle of 339.57º 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 #FA9CBC is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 188 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.02 |
| HSL | 339.57º | 0.9% | 0.8% | - |
| HSV(B) | 339.57º | 0.38% | 0.98% | - |
| XYZ | 60.39 | 47.73 | 53.61 | - |
| YUV | 187.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 188 | 0 | 0.38 | 0.25 | 0.02 | 339.57 | 0.9 | 0.8 |
| Hex | FA | 9C | BC | 0 | 26 | 19 | 2 | 154 | 5A | 50 |
| Octal | 372 | 234 | 274 | 0 | 46 | 31 | 2 | 524 | 132 | 120 |
| Binary | 11111010 | 10011100 | 10111100 | 0 | 100110 | 11001 | 10 | 101010100 | 1011010 | 1010000 |
Color Harmonies of #FA9CBC
Complementary color
Monochromatic Colors of #FA9CBC
Black with #FA9CBC
Text Example
Text Example
White with #FA9CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9CBC; }
p { color: rgb(250,156,188); }
H1.HeaderClassName
{
color: #FA9CBC;
}
.AnyTagClassName
{
color: #FA9CBC;
}
</style>
background-color css
<style>
a { background-color: #FA9CBC; }
a { background-color: rgb(250,156,188); }
div.DivClassName
{
background-color: #FA9CBC;
}
.BgClassName
{
background-color: #FA9CBC;
}
</style>
border-color css
<style>
span { border-color: #FA9CBC; }
span { border-color: rgb(250,156,188); }
td.TdClassName
{
border-color: #FA9CBC;
}
.TagClassName
{
border-color: #FA9CBC;
}
</style>