Shades of Carnation Pink #FBA5C1
Tints of Carnation Pink #FBA5C1
RGB
CMYK
RGB Variations
Color information
#FBA5C1 (or 0xFBA5C1) is known color: Carnation Pink. HEX triplet: FB, A5 and C1. RGB value is (251,165,193). Sum of RGB (Red+Green+Blue) = 251+165+193=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5C1 is #045A3E. Grayscale: #C1C1C1. Windows color (decimal): -285247 or 12690939. OLE color: 12690939.
HSL color Cylindrical-coordinate representation of color #FBA5C1: hue angle of 340.47º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA5C1 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 193 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.02 |
| HSL | 340.47º | 0.91% | 0.82% | - |
| HSV(B) | 340.47º | 0.34% | 0.98% | - |
| XYZ | 62.86 | 51.27 | 57.03 | - |
| YUV | 193.91 | 127.49 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 193 | 0 | 0.34 | 0.23 | 0.02 | 340.47 | 0.91 | 0.82 |
| Hex | FB | A5 | C1 | 0 | 22 | 17 | 2 | 154 | 5B | 52 |
| Octal | 373 | 245 | 301 | 0 | 42 | 27 | 2 | 524 | 133 | 122 |
| Binary | 11111011 | 10100101 | 11000001 | 0 | 100010 | 10111 | 10 | 101010100 | 1011011 | 1010010 |
Color Harmonies of #FBA5C1
Complementary color
Monochromatic Colors of #FBA5C1
Black with #FBA5C1
Text Example
Text Example
White with #FBA5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5C1; }
p { color: rgb(251,165,193); }
H1.HeaderClassName
{
color: #FBA5C1;
}
.AnyTagClassName
{
color: #FBA5C1;
}
</style>
background-color css
<style>
a { background-color: #FBA5C1; }
a { background-color: rgb(251,165,193); }
div.DivClassName
{
background-color: #FBA5C1;
}
.BgClassName
{
background-color: #FBA5C1;
}
</style>
border-color css
<style>
span { border-color: #FBA5C1; }
span { border-color: rgb(251,165,193); }
td.TdClassName
{
border-color: #FBA5C1;
}
.TagClassName
{
border-color: #FBA5C1;
}
</style>