Shades of Carnation Pink #FBA6CB
Tints of Carnation Pink #FBA6CB
RGB
CMYK
RGB Variations
Color information
#FBA6CB (or 0xFBA6CB) is known color: Carnation Pink. HEX triplet: FB, A6 and CB. RGB value is (251,166,203). Sum of RGB (Red+Green+Blue) = 251+166+203=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 166 (65.23% from 255 or 26.77% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6CB is #045934. Grayscale: #C3C3C3. Windows color (decimal): -284981 or 13346555. OLE color: 13346555.
HSL color Cylindrical-coordinate representation of color #FBA6CB: hue angle of 333.88º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA6CB is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 203 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.02 |
| HSL | 333.88º | 0.91% | 0.82% | - |
| HSV(B) | 333.88º | 0.34% | 0.98% | - |
| XYZ | 64.2 | 52.09 | 63.17 | - |
| YUV | 195.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 203 | 0 | 0.34 | 0.19 | 0.02 | 333.88 | 0.91 | 0.82 |
| Hex | FB | A6 | CB | 0 | 22 | 13 | 2 | 14E | 5B | 52 |
| Octal | 373 | 246 | 313 | 0 | 42 | 23 | 2 | 516 | 133 | 122 |
| Binary | 11111011 | 10100110 | 11001011 | 0 | 100010 | 10011 | 10 | 101001110 | 1011011 | 1010010 |
Color Harmonies of #FBA6CB
Complementary color
Monochromatic Colors of #FBA6CB
Black with #FBA6CB
Text Example
Text Example
White with #FBA6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6CB; }
p { color: rgb(251,166,203); }
H1.HeaderClassName
{
color: #FBA6CB;
}
.AnyTagClassName
{
color: #FBA6CB;
}
</style>
background-color css
<style>
a { background-color: #FBA6CB; }
a { background-color: rgb(251,166,203); }
div.DivClassName
{
background-color: #FBA6CB;
}
.BgClassName
{
background-color: #FBA6CB;
}
</style>
border-color css
<style>
span { border-color: #FBA6CB; }
span { border-color: rgb(251,166,203); }
td.TdClassName
{
border-color: #FBA6CB;
}
.TagClassName
{
border-color: #FBA6CB;
}
</style>