Shades of Carnation Pink #FD9FBA
Tints of Carnation Pink #FD9FBA
RGB
CMYK
RGB Variations
Color information
#FD9FBA (or 0xFD9FBA) is known color: Carnation Pink. HEX triplet: FD, 9F and BA. RGB value is (253,159,186). Sum of RGB (Red+Green+Blue) = 253+159+186=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9FBA is #026045. Grayscale: #BEBEBE. Windows color (decimal): -155718 or 12230653. OLE color: 12230653.
HSL color Cylindrical-coordinate representation of color #FD9FBA: hue angle of 342.77º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FD9FBA is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 159 | 186 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.01 |
| HSL | 342.77º | 0.96% | 0.81% | - |
| HSV(B) | 342.77º | 0.37% | 0.99% | - |
| XYZ | 61.77 | 49.22 | 52.7 | - |
| YUV | 190.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 159 | 186 | 0 | 0.37 | 0.26 | 0.01 | 342.77 | 0.96 | 0.81 |
| Hex | FD | 9F | BA | 0 | 25 | 1A | 1 | 157 | 60 | 51 |
| Octal | 375 | 237 | 272 | 0 | 45 | 32 | 1 | 527 | 140 | 121 |
| Binary | 11111101 | 10011111 | 10111010 | 0 | 100101 | 11010 | 1 | 101010111 | 1100000 | 1010001 |
Color Harmonies of #FD9FBA
Complementary color
Monochromatic Colors of #FD9FBA
Black with #FD9FBA
Text Example
Text Example
White with #FD9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9FBA; }
p { color: rgb(253,159,186); }
H1.HeaderClassName
{
color: #FD9FBA;
}
.AnyTagClassName
{
color: #FD9FBA;
}
</style>
background-color css
<style>
a { background-color: #FD9FBA; }
a { background-color: rgb(253,159,186); }
div.DivClassName
{
background-color: #FD9FBA;
}
.BgClassName
{
background-color: #FD9FBA;
}
</style>
border-color css
<style>
span { border-color: #FD9FBA; }
span { border-color: rgb(253,159,186); }
td.TdClassName
{
border-color: #FD9FBA;
}
.TagClassName
{
border-color: #FD9FBA;
}
</style>