Shades of Carnation Pink #FAA9CB
Tints of Carnation Pink #FAA9CB
RGB
CMYK
RGB Variations
Color information
#FAA9CB (or 0xFAA9CB) is known color: Carnation Pink. HEX triplet: FA, A9 and CB. RGB value is (250,169,203). Sum of RGB (Red+Green+Blue) = 250+169+203=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9CB is #055634. Grayscale: #C5C5C5. Windows color (decimal): -349749 or 13347322. OLE color: 13347322.
HSL color Cylindrical-coordinate representation of color #FAA9CB: hue angle of 334.81º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAA9CB is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 203 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.02 |
| HSL | 334.81º | 0.89% | 0.82% | - |
| HSV(B) | 334.81º | 0.32% | 0.98% | - |
| XYZ | 64.39 | 53.01 | 63.34 | - |
| YUV | 197.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 203 | 0 | 0.32 | 0.19 | 0.02 | 334.81 | 0.89 | 0.82 |
| Hex | FA | A9 | CB | 0 | 20 | 13 | 2 | 14F | 59 | 52 |
| Octal | 372 | 251 | 313 | 0 | 40 | 23 | 2 | 517 | 131 | 122 |
| Binary | 11111010 | 10101001 | 11001011 | 0 | 100000 | 10011 | 10 | 101001111 | 1011001 | 1010010 |
Color Harmonies of #FAA9CB
Complementary color
Monochromatic Colors of #FAA9CB
Black with #FAA9CB
Text Example
Text Example
White with #FAA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9CB; }
p { color: rgb(250,169,203); }
H1.HeaderClassName
{
color: #FAA9CB;
}
.AnyTagClassName
{
color: #FAA9CB;
}
</style>
background-color css
<style>
a { background-color: #FAA9CB; }
a { background-color: rgb(250,169,203); }
div.DivClassName
{
background-color: #FAA9CB;
}
.BgClassName
{
background-color: #FAA9CB;
}
</style>
border-color css
<style>
span { border-color: #FAA9CB; }
span { border-color: rgb(250,169,203); }
td.TdClassName
{
border-color: #FAA9CB;
}
.TagClassName
{
border-color: #FAA9CB;
}
</style>