Shades of Carnation Pink #FBA5CC
Tints of Carnation Pink #FBA5CC
RGB
CMYK
RGB Variations
Color information
#FBA5CC (or 0xFBA5CC) is known color: Carnation Pink. HEX triplet: FB, A5 and CC. RGB value is (251,165,204). Sum of RGB (Red+Green+Blue) = 251+165+204=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5CC is #045A33. Grayscale: #C3C3C3. Windows color (decimal): -285236 or 13411835. OLE color: 13411835.
HSL color Cylindrical-coordinate representation of color #FBA5CC: hue angle of 332.79º 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 #FBA5CC is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 204 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.02 |
| HSL | 332.79º | 0.91% | 0.82% | - |
| HSV(B) | 332.79º | 0.34% | 0.98% | - |
| XYZ | 64.14 | 51.78 | 63.74 | - |
| YUV | 195.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 204 | 0 | 0.34 | 0.19 | 0.02 | 332.79 | 0.91 | 0.82 |
| Hex | FB | A5 | CC | 0 | 22 | 13 | 2 | 14D | 5B | 52 |
| Octal | 373 | 245 | 314 | 0 | 42 | 23 | 2 | 515 | 133 | 122 |
| Binary | 11111011 | 10100101 | 11001100 | 0 | 100010 | 10011 | 10 | 101001101 | 1011011 | 1010010 |
Color Harmonies of #FBA5CC
Complementary color
Monochromatic Colors of #FBA5CC
Black with #FBA5CC
Text Example
Text Example
White with #FBA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5CC; }
p { color: rgb(251,165,204); }
H1.HeaderClassName
{
color: #FBA5CC;
}
.AnyTagClassName
{
color: #FBA5CC;
}
</style>
background-color css
<style>
a { background-color: #FBA5CC; }
a { background-color: rgb(251,165,204); }
div.DivClassName
{
background-color: #FBA5CC;
}
.BgClassName
{
background-color: #FBA5CC;
}
</style>
border-color css
<style>
span { border-color: #FBA5CC; }
span { border-color: rgb(251,165,204); }
td.TdClassName
{
border-color: #FBA5CC;
}
.TagClassName
{
border-color: #FBA5CC;
}
</style>