Shades of Carnation Pink #FBA4BD
Tints of Carnation Pink #FBA4BD
RGB
CMYK
RGB Variations
Color information
#FBA4BD (or 0xFBA4BD) is known color: Carnation Pink. HEX triplet: FB, A4 and BD. RGB value is (251,164,189). Sum of RGB (Red+Green+Blue) = 251+164+189=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4BD is #045B42. Grayscale: #C0C0C0. Windows color (decimal): -285507 or 12428539. OLE color: 12428539.
HSL color Cylindrical-coordinate representation of color #FBA4BD: hue angle of 342.76º 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 #FBA4BD is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 189 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.02 |
| HSL | 342.76º | 0.92% | 0.81% | - |
| HSV(B) | 342.76º | 0.35% | 0.98% | - |
| XYZ | 62.24 | 50.73 | 54.66 | - |
| YUV | 192.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 189 | 0 | 0.35 | 0.25 | 0.02 | 342.76 | 0.92 | 0.81 |
| Hex | FB | A4 | BD | 0 | 23 | 19 | 2 | 157 | 5C | 51 |
| Octal | 373 | 244 | 275 | 0 | 43 | 31 | 2 | 527 | 134 | 121 |
| Binary | 11111011 | 10100100 | 10111101 | 0 | 100011 | 11001 | 10 | 101010111 | 1011100 | 1010001 |
Color Harmonies of #FBA4BD
Complementary color
Monochromatic Colors of #FBA4BD
Black with #FBA4BD
Text Example
Text Example
White with #FBA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA4BD; }
p { color: rgb(251,164,189); }
H1.HeaderClassName
{
color: #FBA4BD;
}
.AnyTagClassName
{
color: #FBA4BD;
}
</style>
background-color css
<style>
a { background-color: #FBA4BD; }
a { background-color: rgb(251,164,189); }
div.DivClassName
{
background-color: #FBA4BD;
}
.BgClassName
{
background-color: #FBA4BD;
}
</style>
border-color css
<style>
span { border-color: #FBA4BD; }
span { border-color: rgb(251,164,189); }
td.TdClassName
{
border-color: #FBA4BD;
}
.TagClassName
{
border-color: #FBA4BD;
}
</style>