Shades of Carnation Pink #FAAACB
Tints of Carnation Pink #FAAACB
RGB
CMYK
RGB Variations
Color information
#FAAACB (or 0xFAAACB) is known color: Carnation Pink. HEX triplet: FA, AA and CB. RGB value is (250,170,203). Sum of RGB (Red+Green+Blue) = 250+170+203=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAACB is #055534. Grayscale: #C5C5C5. Windows color (decimal): -349493 or 13347578. OLE color: 13347578.
HSL color Cylindrical-coordinate representation of color #FAAACB: hue angle of 335.25º 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 #FAAACB is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 203 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.02 |
| HSL | 335.25º | 0.89% | 0.82% | - |
| HSV(B) | 335.25º | 0.32% | 0.98% | - |
| XYZ | 64.58 | 53.39 | 63.4 | - |
| YUV | 197.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 203 | 0 | 0.32 | 0.19 | 0.02 | 335.25 | 0.89 | 0.82 |
| Hex | FA | AA | CB | 0 | 20 | 13 | 2 | 14F | 59 | 52 |
| Octal | 372 | 252 | 313 | 0 | 40 | 23 | 2 | 517 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11001011 | 0 | 100000 | 10011 | 10 | 101001111 | 1011001 | 1010010 |
Color Harmonies of #FAAACB
Complementary color
Monochromatic Colors of #FAAACB
Black with #FAAACB
Text Example
Text Example
White with #FAAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAACB; }
p { color: rgb(250,170,203); }
H1.HeaderClassName
{
color: #FAAACB;
}
.AnyTagClassName
{
color: #FAAACB;
}
</style>
background-color css
<style>
a { background-color: #FAAACB; }
a { background-color: rgb(250,170,203); }
div.DivClassName
{
background-color: #FAAACB;
}
.BgClassName
{
background-color: #FAAACB;
}
</style>
border-color css
<style>
span { border-color: #FAAACB; }
span { border-color: rgb(250,170,203); }
td.TdClassName
{
border-color: #FAAACB;
}
.TagClassName
{
border-color: #FAAACB;
}
</style>