Shades of Light Pink #FBA5B3
Tints of Light Pink #FBA5B3
RGB
CMYK
RGB Variations
Color information
#FBA5B3 (or 0xFBA5B3) is known color: Light Pink. HEX triplet: FB, A5 and B3. RGB value is (251,165,179). Sum of RGB (Red+Green+Blue) = 251+165+179=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5B3 is #045A4C. Grayscale: #C0C0C0. Windows color (decimal): -285261 or 11773435. OLE color: 11773435.
HSL color Cylindrical-coordinate representation of color #FBA5B3: hue angle of 350.23º 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 #FBA5B3 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 179 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.02 |
| HSL | 350.23º | 0.91% | 0.82% | - |
| HSV(B) | 350.23º | 0.34% | 0.98% | - |
| XYZ | 61.38 | 50.67 | 49.19 | - |
| YUV | 192.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 179 | 0 | 0.34 | 0.29 | 0.02 | 350.23 | 0.91 | 0.82 |
| Hex | FB | A5 | B3 | 0 | 22 | 1D | 2 | 15E | 5B | 52 |
| Octal | 373 | 245 | 263 | 0 | 42 | 35 | 2 | 536 | 133 | 122 |
| Binary | 11111011 | 10100101 | 10110011 | 0 | 100010 | 11101 | 10 | 101011110 | 1011011 | 1010010 |
Color Harmonies of #FBA5B3
Complementary color
Monochromatic Colors of #FBA5B3
Black with #FBA5B3
Text Example
Text Example
White with #FBA5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5B3; }
p { color: rgb(251,165,179); }
H1.HeaderClassName
{
color: #FBA5B3;
}
.AnyTagClassName
{
color: #FBA5B3;
}
</style>
background-color css
<style>
a { background-color: #FBA5B3; }
a { background-color: rgb(251,165,179); }
div.DivClassName
{
background-color: #FBA5B3;
}
.BgClassName
{
background-color: #FBA5B3;
}
</style>
border-color css
<style>
span { border-color: #FBA5B3; }
span { border-color: rgb(251,165,179); }
td.TdClassName
{
border-color: #FBA5B3;
}
.TagClassName
{
border-color: #FBA5B3;
}
</style>