Shades of Carnation Pink #FBA4CE
Tints of Carnation Pink #FBA4CE
RGB
CMYK
RGB Variations
Color information
#FBA4CE (or 0xFBA4CE) is known color: Carnation Pink. HEX triplet: FB, A4 and CE. RGB value is (251,164,206). Sum of RGB (Red+Green+Blue) = 251+164+206=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 164 (64.45% from 255 or 26.41% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4CE is #045B31. Grayscale: #C2C2C2. Windows color (decimal): -285490 or 13542651. OLE color: 13542651.
HSL color Cylindrical-coordinate representation of color #FBA4CE: hue angle of 331.03º 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 #FBA4CE is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 206 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.02 |
| HSL | 331.03º | 0.92% | 0.81% | - |
| HSV(B) | 331.03º | 0.35% | 0.98% | - |
| XYZ | 64.2 | 51.52 | 64.95 | - |
| YUV | 194.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 206 | 0 | 0.35 | 0.18 | 0.02 | 331.03 | 0.92 | 0.81 |
| Hex | FB | A4 | CE | 0 | 23 | 12 | 2 | 14B | 5C | 51 |
| Octal | 373 | 244 | 316 | 0 | 43 | 22 | 2 | 513 | 134 | 121 |
| Binary | 11111011 | 10100100 | 11001110 | 0 | 100011 | 10010 | 10 | 101001011 | 1011100 | 1010001 |
Color Harmonies of #FBA4CE
Complementary color
Monochromatic Colors of #FBA4CE
Black with #FBA4CE
Text Example
Text Example
White with #FBA4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA4CE; }
p { color: rgb(251,164,206); }
H1.HeaderClassName
{
color: #FBA4CE;
}
.AnyTagClassName
{
color: #FBA4CE;
}
</style>
background-color css
<style>
a { background-color: #FBA4CE; }
a { background-color: rgb(251,164,206); }
div.DivClassName
{
background-color: #FBA4CE;
}
.BgClassName
{
background-color: #FBA4CE;
}
</style>
border-color css
<style>
span { border-color: #FBA4CE; }
span { border-color: rgb(251,164,206); }
td.TdClassName
{
border-color: #FBA4CE;
}
.TagClassName
{
border-color: #FBA4CE;
}
</style>