Shades of Light Pink #F5B8C1
Tints of Light Pink #F5B8C1
RGB
CMYK
RGB Variations
Color information
#F5B8C1 (or 0xF5B8C1) is known color: Light Pink. HEX triplet: F5, B8 and C1. RGB value is (245,184,193). Sum of RGB (Red+Green+Blue) = 245+184+193=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B8C1 is #0A473E. Grayscale: #CBCBCB. Windows color (decimal): -673599 or 12695797. OLE color: 12695797.
HSL color Cylindrical-coordinate representation of color #F5B8C1: hue angle of 351.15º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5B8C1 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 184 | 193 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.04 |
| HSL | 351.15º | 0.75% | 0.84% | - |
| HSV(B) | 351.15º | 0.25% | 0.96% | - |
| XYZ | 64.42 | 57.54 | 58.16 | - |
| YUV | 203.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 184 | 193 | 0 | 0.25 | 0.21 | 0.04 | 351.15 | 0.75 | 0.84 |
| Hex | F5 | B8 | C1 | 0 | 19 | 15 | 4 | 15F | 4B | 54 |
| Octal | 365 | 270 | 301 | 0 | 31 | 25 | 4 | 537 | 113 | 124 |
| Binary | 11110101 | 10111000 | 11000001 | 0 | 11001 | 10101 | 100 | 101011111 | 1001011 | 1010100 |
Color Harmonies of #F5B8C1
Complementary color
Monochromatic Colors of #F5B8C1
Black with #F5B8C1
Text Example
Text Example
White with #F5B8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B8C1; }
p { color: rgb(245,184,193); }
H1.HeaderClassName
{
color: #F5B8C1;
}
.AnyTagClassName
{
color: #F5B8C1;
}
</style>
background-color css
<style>
a { background-color: #F5B8C1; }
a { background-color: rgb(245,184,193); }
div.DivClassName
{
background-color: #F5B8C1;
}
.BgClassName
{
background-color: #F5B8C1;
}
</style>
border-color css
<style>
span { border-color: #F5B8C1; }
span { border-color: rgb(245,184,193); }
td.TdClassName
{
border-color: #F5B8C1;
}
.TagClassName
{
border-color: #F5B8C1;
}
</style>