Shades of Light Pink #F5AFBA
Tints of Light Pink #F5AFBA
RGB
CMYK
RGB Variations
Color information
#F5AFBA (or 0xF5AFBA) is known color: Light Pink. HEX triplet: F5, AF and BA. RGB value is (245,175,186). Sum of RGB (Red+Green+Blue) = 245+175+186=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFBA is #0A5045. Grayscale: #C5C5C5. Windows color (decimal): -675910 or 12234741. OLE color: 12234741.
HSL color Cylindrical-coordinate representation of color #F5AFBA: hue angle of 350.57º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AFBA is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 186 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.04 |
| HSL | 350.57º | 0.78% | 0.82% | - |
| HSV(B) | 350.57º | 0.29% | 0.96% | - |
| XYZ | 61.85 | 53.62 | 53.54 | - |
| YUV | 197.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 186 | 0 | 0.29 | 0.24 | 0.04 | 350.57 | 0.78 | 0.82 |
| Hex | F5 | AF | BA | 0 | 1D | 18 | 4 | 15F | 4E | 52 |
| Octal | 365 | 257 | 272 | 0 | 35 | 30 | 4 | 537 | 116 | 122 |
| Binary | 11110101 | 10101111 | 10111010 | 0 | 11101 | 11000 | 100 | 101011111 | 1001110 | 1010010 |
Color Harmonies of #F5AFBA
Complementary color
Monochromatic Colors of #F5AFBA
Black with #F5AFBA
Text Example
Text Example
White with #F5AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AFBA; }
p { color: rgb(245,175,186); }
H1.HeaderClassName
{
color: #F5AFBA;
}
.AnyTagClassName
{
color: #F5AFBA;
}
</style>
background-color css
<style>
a { background-color: #F5AFBA; }
a { background-color: rgb(245,175,186); }
div.DivClassName
{
background-color: #F5AFBA;
}
.BgClassName
{
background-color: #F5AFBA;
}
</style>
border-color css
<style>
span { border-color: #F5AFBA; }
span { border-color: rgb(245,175,186); }
td.TdClassName
{
border-color: #F5AFBA;
}
.TagClassName
{
border-color: #F5AFBA;
}
</style>