Shades of Carnation Pink #FBAACB
Tints of Carnation Pink #FBAACB
RGB
CMYK
RGB Variations
Color information
#FBAACB (or 0xFBAACB) is known color: Carnation Pink. HEX triplet: FB, AA and CB. RGB value is (251,170,203). Sum of RGB (Red+Green+Blue) = 251+170+203=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAACB is #045534. Grayscale: #C5C5C5. Windows color (decimal): -283957 or 13347579. OLE color: 13347579.
HSL color Cylindrical-coordinate representation of color #FBAACB: hue angle of 335.56º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBAACB is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 203 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.02 |
| HSL | 335.56º | 0.91% | 0.83% | - |
| HSV(B) | 335.56º | 0.32% | 0.98% | - |
| XYZ | 64.94 | 53.57 | 63.42 | - |
| YUV | 197.98 | 130.84 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 203 | 0 | 0.32 | 0.19 | 0.02 | 335.56 | 0.91 | 0.83 |
| Hex | FB | AA | CB | 0 | 20 | 13 | 2 | 150 | 5B | 53 |
| Octal | 373 | 252 | 313 | 0 | 40 | 23 | 2 | 520 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11001011 | 0 | 100000 | 10011 | 10 | 101010000 | 1011011 | 1010011 |
Color Harmonies of #FBAACB
Complementary color
Monochromatic Colors of #FBAACB
Black with #FBAACB
Text Example
Text Example
White with #FBAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAACB; }
p { color: rgb(251,170,203); }
H1.HeaderClassName
{
color: #FBAACB;
}
.AnyTagClassName
{
color: #FBAACB;
}
</style>
background-color css
<style>
a { background-color: #FBAACB; }
a { background-color: rgb(251,170,203); }
div.DivClassName
{
background-color: #FBAACB;
}
.BgClassName
{
background-color: #FBAACB;
}
</style>
border-color css
<style>
span { border-color: #FBAACB; }
span { border-color: rgb(251,170,203); }
td.TdClassName
{
border-color: #FBAACB;
}
.TagClassName
{
border-color: #FBAACB;
}
</style>