Shades of Carnation Pink #FBA3C3
Tints of Carnation Pink #FBA3C3
RGB
CMYK
RGB Variations
Color information
#FBA3C3 (or 0xFBA3C3) is known color: Carnation Pink. HEX triplet: FB, A3 and C3. RGB value is (251,163,195). Sum of RGB (Red+Green+Blue) = 251+163+195=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3C3 is #045C3C. Grayscale: #C0C0C0. Windows color (decimal): -285757 or 12821499. OLE color: 12821499.
HSL color Cylindrical-coordinate representation of color #FBA3C3: hue angle of 338.18º 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 #FBA3C3 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 195 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.02 |
| HSL | 338.18º | 0.92% | 0.81% | - |
| HSV(B) | 338.18º | 0.35% | 0.98% | - |
| XYZ | 62.73 | 50.64 | 58.1 | - |
| YUV | 192.96 | 129.15 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 195 | 0 | 0.35 | 0.22 | 0.02 | 338.18 | 0.92 | 0.81 |
| Hex | FB | A3 | C3 | 0 | 23 | 16 | 2 | 152 | 5C | 51 |
| Octal | 373 | 243 | 303 | 0 | 43 | 26 | 2 | 522 | 134 | 121 |
| Binary | 11111011 | 10100011 | 11000011 | 0 | 100011 | 10110 | 10 | 101010010 | 1011100 | 1010001 |
Color Harmonies of #FBA3C3
Complementary color
Monochromatic Colors of #FBA3C3
Black with #FBA3C3
Text Example
Text Example
White with #FBA3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3C3; }
p { color: rgb(251,163,195); }
H1.HeaderClassName
{
color: #FBA3C3;
}
.AnyTagClassName
{
color: #FBA3C3;
}
</style>
background-color css
<style>
a { background-color: #FBA3C3; }
a { background-color: rgb(251,163,195); }
div.DivClassName
{
background-color: #FBA3C3;
}
.BgClassName
{
background-color: #FBA3C3;
}
</style>
border-color css
<style>
span { border-color: #FBA3C3; }
span { border-color: rgb(251,163,195); }
td.TdClassName
{
border-color: #FBA3C3;
}
.TagClassName
{
border-color: #FBA3C3;
}
</style>