Shades of Carnation Pink #FBA9C6
Tints of Carnation Pink #FBA9C6
RGB
CMYK
RGB Variations
Color information
#FBA9C6 (or 0xFBA9C6) is known color: Carnation Pink. HEX triplet: FB, A9 and C6. RGB value is (251,169,198). Sum of RGB (Red+Green+Blue) = 251+169+198=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9C6 is #045639. Grayscale: #C4C4C4. Windows color (decimal): -284218 or 13019643. OLE color: 13019643.
HSL color Cylindrical-coordinate representation of color #FBA9C6: hue angle of 338.78º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA9C6 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 198 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.02 |
| HSL | 338.78º | 0.91% | 0.82% | - |
| HSV(B) | 338.78º | 0.33% | 0.98% | - |
| XYZ | 64.16 | 52.96 | 60.27 | - |
| YUV | 196.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 198 | 0 | 0.33 | 0.21 | 0.02 | 338.78 | 0.91 | 0.82 |
| Hex | FB | A9 | C6 | 0 | 21 | 15 | 2 | 153 | 5B | 52 |
| Octal | 373 | 251 | 306 | 0 | 41 | 25 | 2 | 523 | 133 | 122 |
| Binary | 11111011 | 10101001 | 11000110 | 0 | 100001 | 10101 | 10 | 101010011 | 1011011 | 1010010 |
Color Harmonies of #FBA9C6
Complementary color
Monochromatic Colors of #FBA9C6
Black with #FBA9C6
Text Example
Text Example
White with #FBA9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9C6; }
p { color: rgb(251,169,198); }
H1.HeaderClassName
{
color: #FBA9C6;
}
.AnyTagClassName
{
color: #FBA9C6;
}
</style>
background-color css
<style>
a { background-color: #FBA9C6; }
a { background-color: rgb(251,169,198); }
div.DivClassName
{
background-color: #FBA9C6;
}
.BgClassName
{
background-color: #FBA9C6;
}
</style>
border-color css
<style>
span { border-color: #FBA9C6; }
span { border-color: rgb(251,169,198); }
td.TdClassName
{
border-color: #FBA9C6;
}
.TagClassName
{
border-color: #FBA9C6;
}
</style>