Shades of Carnation Pink #FBA2C3
Tints of Carnation Pink #FBA2C3
RGB
CMYK
RGB Variations
Color information
#FBA2C3 (or 0xFBA2C3) is known color: Carnation Pink. HEX triplet: FB, A2 and C3. RGB value is (251,162,195). Sum of RGB (Red+Green+Blue) = 251+162+195=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 162 (63.67% from 255 or 26.64% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2C3 is #045D3C. Grayscale: #C0C0C0. Windows color (decimal): -286013 or 12821243. OLE color: 12821243.
HSL color Cylindrical-coordinate representation of color #FBA2C3: hue angle of 337.75º 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 #FBA2C3 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 195 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.02 |
| HSL | 337.75º | 0.92% | 0.81% | - |
| HSV(B) | 337.75º | 0.35% | 0.98% | - |
| XYZ | 62.55 | 50.29 | 58.04 | - |
| YUV | 192.37 | 129.49 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 195 | 0 | 0.35 | 0.22 | 0.02 | 337.75 | 0.92 | 0.81 |
| Hex | FB | A2 | C3 | 0 | 23 | 16 | 2 | 152 | 5C | 51 |
| Octal | 373 | 242 | 303 | 0 | 43 | 26 | 2 | 522 | 134 | 121 |
| Binary | 11111011 | 10100010 | 11000011 | 0 | 100011 | 10110 | 10 | 101010010 | 1011100 | 1010001 |
Color Harmonies of #FBA2C3
Complementary color
Monochromatic Colors of #FBA2C3
Black with #FBA2C3
Text Example
Text Example
White with #FBA2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2C3; }
p { color: rgb(251,162,195); }
H1.HeaderClassName
{
color: #FBA2C3;
}
.AnyTagClassName
{
color: #FBA2C3;
}
</style>
background-color css
<style>
a { background-color: #FBA2C3; }
a { background-color: rgb(251,162,195); }
div.DivClassName
{
background-color: #FBA2C3;
}
.BgClassName
{
background-color: #FBA2C3;
}
</style>
border-color css
<style>
span { border-color: #FBA2C3; }
span { border-color: rgb(251,162,195); }
td.TdClassName
{
border-color: #FBA2C3;
}
.TagClassName
{
border-color: #FBA2C3;
}
</style>