Shades of Pink #FABACA
Tints of Pink #FABACA
RGB
CMYK
RGB Variations
Color information
#FABACA (or 0xFABACA) is known color: Pink. HEX triplet: FA, BA and CA. RGB value is (250,186,202). Sum of RGB (Red+Green+Blue) = 250+186+202=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FABACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABACA is #054535. Grayscale: #CECECE. Windows color (decimal): -345398 or 13286138. OLE color: 13286138.
HSL color Cylindrical-coordinate representation of color #FABACA: hue angle of 345º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FABACA is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 202 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.02 |
| HSL | 345º | 0.86% | 0.85% | - |
| HSV(B) | 345º | 0.26% | 0.98% | - |
| XYZ | 67.64 | 59.71 | 63.84 | - |
| YUV | 206.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 202 | 0 | 0.26 | 0.19 | 0.02 | 345 | 0.86 | 0.85 |
| Hex | FA | BA | CA | 0 | 1A | 13 | 2 | 159 | 56 | 55 |
| Octal | 372 | 272 | 312 | 0 | 32 | 23 | 2 | 531 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11001010 | 0 | 11010 | 10011 | 10 | 101011001 | 1010110 | 1010101 |
Color Harmonies of #FABACA
Complementary color
Monochromatic Colors of #FABACA
Black with #FABACA
Text Example
Text Example
White with #FABACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABACA; }
p { color: rgb(250,186,202); }
H1.HeaderClassName
{
color: #FABACA;
}
.AnyTagClassName
{
color: #FABACA;
}
</style>
background-color css
<style>
a { background-color: #FABACA; }
a { background-color: rgb(250,186,202); }
div.DivClassName
{
background-color: #FABACA;
}
.BgClassName
{
background-color: #FABACA;
}
</style>
border-color css
<style>
span { border-color: #FABACA; }
span { border-color: rgb(250,186,202); }
td.TdClassName
{
border-color: #FABACA;
}
.TagClassName
{
border-color: #FABACA;
}
</style>