Shades of Carnation Pink #FBA3CC
Tints of Carnation Pink #FBA3CC
RGB
CMYK
RGB Variations
Color information
#FBA3CC (or 0xFBA3CC) is known color: Carnation Pink. HEX triplet: FB, A3 and CC. RGB value is (251,163,204). Sum of RGB (Red+Green+Blue) = 251+163+204=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 163 (64.06% from 255 or 26.38% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3CC is #045C33. Grayscale: #C1C1C1. Windows color (decimal): -285748 or 13411323. OLE color: 13411323.
HSL color Cylindrical-coordinate representation of color #FBA3CC: hue angle of 332.05º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA3CC is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 204 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.02 |
| HSL | 332.05º | 0.92% | 0.81% | - |
| HSV(B) | 332.05º | 0.35% | 0.98% | - |
| XYZ | 63.78 | 51.06 | 63.62 | - |
| YUV | 193.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 204 | 0 | 0.35 | 0.19 | 0.02 | 332.05 | 0.92 | 0.81 |
| Hex | FB | A3 | CC | 0 | 23 | 13 | 2 | 14C | 5C | 51 |
| Octal | 373 | 243 | 314 | 0 | 43 | 23 | 2 | 514 | 134 | 121 |
| Binary | 11111011 | 10100011 | 11001100 | 0 | 100011 | 10011 | 10 | 101001100 | 1011100 | 1010001 |
Color Harmonies of #FBA3CC
Complementary color
Monochromatic Colors of #FBA3CC
Black with #FBA3CC
Text Example
Text Example
White with #FBA3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3CC; }
p { color: rgb(251,163,204); }
H1.HeaderClassName
{
color: #FBA3CC;
}
.AnyTagClassName
{
color: #FBA3CC;
}
</style>
background-color css
<style>
a { background-color: #FBA3CC; }
a { background-color: rgb(251,163,204); }
div.DivClassName
{
background-color: #FBA3CC;
}
.BgClassName
{
background-color: #FBA3CC;
}
</style>
border-color css
<style>
span { border-color: #FBA3CC; }
span { border-color: rgb(251,163,204); }
td.TdClassName
{
border-color: #FBA3CC;
}
.TagClassName
{
border-color: #FBA3CC;
}
</style>