Shades of Carnation Pink #FBA1CD
Tints of Carnation Pink #FBA1CD
RGB
CMYK
RGB Variations
Color information
#FBA1CD (or 0xFBA1CD) is known color: Carnation Pink. HEX triplet: FB, A1 and CD. RGB value is (251,161,205). Sum of RGB (Red+Green+Blue) = 251+161+205=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1CD is #045E32. Grayscale: #C0C0C0. Windows color (decimal): -286259 or 13476347. OLE color: 13476347.
HSL color Cylindrical-coordinate representation of color #FBA1CD: hue angle of 330.67º 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 #FBA1CD is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 205 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.02 |
| HSL | 330.67º | 0.92% | 0.81% | - |
| HSV(B) | 330.67º | 0.36% | 0.98% | - |
| XYZ | 63.55 | 50.41 | 64.14 | - |
| YUV | 192.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 205 | 0 | 0.36 | 0.18 | 0.02 | 330.67 | 0.92 | 0.81 |
| Hex | FB | A1 | CD | 0 | 24 | 12 | 2 | 14B | 5C | 51 |
| Octal | 373 | 241 | 315 | 0 | 44 | 22 | 2 | 513 | 134 | 121 |
| Binary | 11111011 | 10100001 | 11001101 | 0 | 100100 | 10010 | 10 | 101001011 | 1011100 | 1010001 |
Color Harmonies of #FBA1CD
Complementary color
Monochromatic Colors of #FBA1CD
Black with #FBA1CD
Text Example
Text Example
White with #FBA1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1CD; }
p { color: rgb(251,161,205); }
H1.HeaderClassName
{
color: #FBA1CD;
}
.AnyTagClassName
{
color: #FBA1CD;
}
</style>
background-color css
<style>
a { background-color: #FBA1CD; }
a { background-color: rgb(251,161,205); }
div.DivClassName
{
background-color: #FBA1CD;
}
.BgClassName
{
background-color: #FBA1CD;
}
</style>
border-color css
<style>
span { border-color: #FBA1CD; }
span { border-color: rgb(251,161,205); }
td.TdClassName
{
border-color: #FBA1CD;
}
.TagClassName
{
border-color: #FBA1CD;
}
</style>