Shades of Light Pink #F5A8B3
Tints of Light Pink #F5A8B3
RGB
CMYK
RGB Variations
Color information
#F5A8B3 (or 0xF5A8B3) is known color: Light Pink. HEX triplet: F5, A8 and B3. RGB value is (245,168,179). Sum of RGB (Red+Green+Blue) = 245+168+179=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 179 (70.31% from 255 or 30.24% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A8B3 is #0A574C. Grayscale: #C0C0C0. Windows color (decimal): -677709 or 11774197. OLE color: 11774197.
HSL color Cylindrical-coordinate representation of color #F5A8B3: hue angle of 351.43º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5A8B3 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 179 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.04 |
| HSL | 351.43º | 0.79% | 0.81% | - |
| HSV(B) | 351.43º | 0.31% | 0.96% | - |
| XYZ | 59.8 | 50.67 | 49.28 | - |
| YUV | 192.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 179 | 0 | 0.31 | 0.27 | 0.04 | 351.43 | 0.79 | 0.81 |
| Hex | F5 | A8 | B3 | 0 | 1F | 1B | 4 | 15F | 4F | 51 |
| Octal | 365 | 250 | 263 | 0 | 37 | 33 | 4 | 537 | 117 | 121 |
| Binary | 11110101 | 10101000 | 10110011 | 0 | 11111 | 11011 | 100 | 101011111 | 1001111 | 1010001 |
Color Harmonies of #F5A8B3
Complementary color
Monochromatic Colors of #F5A8B3
Black with #F5A8B3
Text Example
Text Example
White with #F5A8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A8B3; }
p { color: rgb(245,168,179); }
H1.HeaderClassName
{
color: #F5A8B3;
}
.AnyTagClassName
{
color: #F5A8B3;
}
</style>
background-color css
<style>
a { background-color: #F5A8B3; }
a { background-color: rgb(245,168,179); }
div.DivClassName
{
background-color: #F5A8B3;
}
.BgClassName
{
background-color: #F5A8B3;
}
</style>
border-color css
<style>
span { border-color: #F5A8B3; }
span { border-color: rgb(245,168,179); }
td.TdClassName
{
border-color: #F5A8B3;
}
.TagClassName
{
border-color: #F5A8B3;
}
</style>