Shades of Carnation Pink #FBA5C5
Tints of Carnation Pink #FBA5C5
RGB
CMYK
RGB Variations
Color information
#FBA5C5 (or 0xFBA5C5) is known color: Carnation Pink. HEX triplet: FB, A5 and C5. RGB value is (251,165,197). Sum of RGB (Red+Green+Blue) = 251+165+197=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 165 (64.84% from 255 or 26.92% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5C5 is #045A3A. Grayscale: #C2C2C2. Windows color (decimal): -285243 or 12953083. OLE color: 12953083.
HSL color Cylindrical-coordinate representation of color #FBA5C5: hue angle of 337.67º 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 #FBA5C5 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 197 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.02 |
| HSL | 337.67º | 0.91% | 0.82% | - |
| HSV(B) | 337.67º | 0.34% | 0.98% | - |
| XYZ | 63.32 | 51.45 | 59.42 | - |
| YUV | 194.36 | 129.49 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 197 | 0 | 0.34 | 0.22 | 0.02 | 337.67 | 0.91 | 0.82 |
| Hex | FB | A5 | C5 | 0 | 22 | 16 | 2 | 152 | 5B | 52 |
| Octal | 373 | 245 | 305 | 0 | 42 | 26 | 2 | 522 | 133 | 122 |
| Binary | 11111011 | 10100101 | 11000101 | 0 | 100010 | 10110 | 10 | 101010010 | 1011011 | 1010010 |
Color Harmonies of #FBA5C5
Complementary color
Monochromatic Colors of #FBA5C5
Black with #FBA5C5
Text Example
Text Example
White with #FBA5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5C5; }
p { color: rgb(251,165,197); }
H1.HeaderClassName
{
color: #FBA5C5;
}
.AnyTagClassName
{
color: #FBA5C5;
}
</style>
background-color css
<style>
a { background-color: #FBA5C5; }
a { background-color: rgb(251,165,197); }
div.DivClassName
{
background-color: #FBA5C5;
}
.BgClassName
{
background-color: #FBA5C5;
}
</style>
border-color css
<style>
span { border-color: #FBA5C5; }
span { border-color: rgb(251,165,197); }
td.TdClassName
{
border-color: #FBA5C5;
}
.TagClassName
{
border-color: #FBA5C5;
}
</style>