Shades of Carnation Pink #FBAAC7
Tints of Carnation Pink #FBAAC7
RGB
CMYK
RGB Variations
Color information
#FBAAC7 (or 0xFBAAC7) is known color: Carnation Pink. HEX triplet: FB, AA and C7. RGB value is (251,170,199). Sum of RGB (Red+Green+Blue) = 251+170+199=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAC7 is #045538. Grayscale: #C5C5C5. Windows color (decimal): -283961 or 13085435. OLE color: 13085435.
HSL color Cylindrical-coordinate representation of color #FBAAC7: hue angle of 338.52º 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 #FBAAC7 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 199 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.02 |
| HSL | 338.52º | 0.91% | 0.83% | - |
| HSV(B) | 338.52º | 0.32% | 0.98% | - |
| XYZ | 64.47 | 53.38 | 60.94 | - |
| YUV | 197.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 199 | 0 | 0.32 | 0.21 | 0.02 | 338.52 | 0.91 | 0.83 |
| Hex | FB | AA | C7 | 0 | 20 | 15 | 2 | 153 | 5B | 53 |
| Octal | 373 | 252 | 307 | 0 | 40 | 25 | 2 | 523 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11000111 | 0 | 100000 | 10101 | 10 | 101010011 | 1011011 | 1010011 |
Color Harmonies of #FBAAC7
Complementary color
Monochromatic Colors of #FBAAC7
Black with #FBAAC7
Text Example
Text Example
White with #FBAAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAC7; }
p { color: rgb(251,170,199); }
H1.HeaderClassName
{
color: #FBAAC7;
}
.AnyTagClassName
{
color: #FBAAC7;
}
</style>
background-color css
<style>
a { background-color: #FBAAC7; }
a { background-color: rgb(251,170,199); }
div.DivClassName
{
background-color: #FBAAC7;
}
.BgClassName
{
background-color: #FBAAC7;
}
</style>
border-color css
<style>
span { border-color: #FBAAC7; }
span { border-color: rgb(251,170,199); }
td.TdClassName
{
border-color: #FBAAC7;
}
.TagClassName
{
border-color: #FBAAC7;
}
</style>