Shades of Carnation Pink #FBA2C2
Tints of Carnation Pink #FBA2C2
RGB
CMYK
RGB Variations
Color information
#FBA2C2 (or 0xFBA2C2) is known color: Carnation Pink. HEX triplet: FB, A2 and C2. RGB value is (251,162,194). Sum of RGB (Red+Green+Blue) = 251+162+194=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2C2 is #045D3D. Grayscale: #C0C0C0. Windows color (decimal): -286014 or 12755707. OLE color: 12755707.
HSL color Cylindrical-coordinate representation of color #FBA2C2: hue angle of 338.43º 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 #FBA2C2 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 194 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.02 |
| HSL | 338.43º | 0.92% | 0.81% | - |
| HSV(B) | 338.43º | 0.35% | 0.98% | - |
| XYZ | 62.44 | 50.24 | 57.45 | - |
| YUV | 192.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 194 | 0 | 0.35 | 0.23 | 0.02 | 338.43 | 0.92 | 0.81 |
| Hex | FB | A2 | C2 | 0 | 23 | 17 | 2 | 152 | 5C | 51 |
| Octal | 373 | 242 | 302 | 0 | 43 | 27 | 2 | 522 | 134 | 121 |
| Binary | 11111011 | 10100010 | 11000010 | 0 | 100011 | 10111 | 10 | 101010010 | 1011100 | 1010001 |
Color Harmonies of #FBA2C2
Complementary color
Monochromatic Colors of #FBA2C2
Black with #FBA2C2
Text Example
Text Example
White with #FBA2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2C2; }
p { color: rgb(251,162,194); }
H1.HeaderClassName
{
color: #FBA2C2;
}
.AnyTagClassName
{
color: #FBA2C2;
}
</style>
background-color css
<style>
a { background-color: #FBA2C2; }
a { background-color: rgb(251,162,194); }
div.DivClassName
{
background-color: #FBA2C2;
}
.BgClassName
{
background-color: #FBA2C2;
}
</style>
border-color css
<style>
span { border-color: #FBA2C2; }
span { border-color: rgb(251,162,194); }
td.TdClassName
{
border-color: #FBA2C2;
}
.TagClassName
{
border-color: #FBA2C2;
}
</style>