Shades of Carnation Pink #FA9BBD
Tints of Carnation Pink #FA9BBD
RGB
CMYK
RGB Variations
Color information
#FA9BBD (or 0xFA9BBD) is known color: Carnation Pink. HEX triplet: FA, 9B and BD. RGB value is (250,155,189). Sum of RGB (Red+Green+Blue) = 250+155+189=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9BBD is #056442. Grayscale: #BBBBBB. Windows color (decimal): -353347 or 12426234. OLE color: 12426234.
HSL color Cylindrical-coordinate representation of color #FA9BBD: hue angle of 338.53º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9BBD is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 189 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.02 |
| HSL | 338.53º | 0.9% | 0.79% | - |
| HSV(B) | 338.53º | 0.38% | 0.98% | - |
| XYZ | 60.33 | 47.44 | 54.12 | - |
| YUV | 187.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 189 | 0 | 0.38 | 0.24 | 0.02 | 338.53 | 0.9 | 0.79 |
| Hex | FA | 9B | BD | 0 | 26 | 18 | 2 | 153 | 5A | 4F |
| Octal | 372 | 233 | 275 | 0 | 46 | 30 | 2 | 523 | 132 | 117 |
| Binary | 11111010 | 10011011 | 10111101 | 0 | 100110 | 11000 | 10 | 101010011 | 1011010 | 1001111 |
Color Harmonies of #FA9BBD
Complementary color
Monochromatic Colors of #FA9BBD
Black with #FA9BBD
Text Example
Text Example
White with #FA9BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9BBD; }
p { color: rgb(250,155,189); }
H1.HeaderClassName
{
color: #FA9BBD;
}
.AnyTagClassName
{
color: #FA9BBD;
}
</style>
background-color css
<style>
a { background-color: #FA9BBD; }
a { background-color: rgb(250,155,189); }
div.DivClassName
{
background-color: #FA9BBD;
}
.BgClassName
{
background-color: #FA9BBD;
}
</style>
border-color css
<style>
span { border-color: #FA9BBD; }
span { border-color: rgb(250,155,189); }
td.TdClassName
{
border-color: #FA9BBD;
}
.TagClassName
{
border-color: #FA9BBD;
}
</style>