Shades of Carnation Pink #FBA1CC
Tints of Carnation Pink #FBA1CC
RGB
CMYK
RGB Variations
Color information
#FBA1CC (or 0xFBA1CC) is known color: Carnation Pink. HEX triplet: FB, A1 and CC. RGB value is (251,161,204). Sum of RGB (Red+Green+Blue) = 251+161+204=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 161 (63.28% from 255 or 26.14% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1CC is #045E33. Grayscale: #C0C0C0. Windows color (decimal): -286260 or 13410811. OLE color: 13410811.
HSL color Cylindrical-coordinate representation of color #FBA1CC: hue angle of 331.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA1CC is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 204 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.02 |
| HSL | 331.33º | 0.92% | 0.81% | - |
| HSV(B) | 331.33º | 0.36% | 0.98% | - |
| XYZ | 63.43 | 50.36 | 63.5 | - |
| YUV | 192.81 | 134.32 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 204 | 0 | 0.36 | 0.19 | 0.02 | 331.33 | 0.92 | 0.81 |
| Hex | FB | A1 | CC | 0 | 24 | 13 | 2 | 14B | 5C | 51 |
| Octal | 373 | 241 | 314 | 0 | 44 | 23 | 2 | 513 | 134 | 121 |
| Binary | 11111011 | 10100001 | 11001100 | 0 | 100100 | 10011 | 10 | 101001011 | 1011100 | 1010001 |
Color Harmonies of #FBA1CC
Complementary color
Monochromatic Colors of #FBA1CC
Black with #FBA1CC
Text Example
Text Example
White with #FBA1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1CC; }
p { color: rgb(251,161,204); }
H1.HeaderClassName
{
color: #FBA1CC;
}
.AnyTagClassName
{
color: #FBA1CC;
}
</style>
background-color css
<style>
a { background-color: #FBA1CC; }
a { background-color: rgb(251,161,204); }
div.DivClassName
{
background-color: #FBA1CC;
}
.BgClassName
{
background-color: #FBA1CC;
}
</style>
border-color css
<style>
span { border-color: #FBA1CC; }
span { border-color: rgb(251,161,204); }
td.TdClassName
{
border-color: #FBA1CC;
}
.TagClassName
{
border-color: #FBA1CC;
}
</style>