Shades of Light Pink #F5AEB6
Tints of Light Pink #F5AEB6
RGB
CMYK
RGB Variations
Color information
#F5AEB6 (or 0xF5AEB6) is known color: Light Pink. HEX triplet: F5, AE and B6. RGB value is (245,174,182). Sum of RGB (Red+Green+Blue) = 245+174+182=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AEB6 is #0A5149. Grayscale: #C4C4C4. Windows color (decimal): -676170 or 11972341. OLE color: 11972341.
HSL color Cylindrical-coordinate representation of color #F5AEB6: hue angle of 353.24º 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 #F5AEB6 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 174 | 182 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.04 |
| HSL | 353.24º | 0.78% | 0.82% | - |
| HSV(B) | 353.24º | 0.29% | 0.96% | - |
| XYZ | 61.24 | 53.06 | 51.27 | - |
| YUV | 196.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 174 | 182 | 0 | 0.29 | 0.26 | 0.04 | 353.24 | 0.78 | 0.82 |
| Hex | F5 | AE | B6 | 0 | 1D | 1A | 4 | 161 | 4E | 52 |
| Octal | 365 | 256 | 266 | 0 | 35 | 32 | 4 | 541 | 116 | 122 |
| Binary | 11110101 | 10101110 | 10110110 | 0 | 11101 | 11010 | 100 | 101100001 | 1001110 | 1010010 |
Color Harmonies of #F5AEB6
Complementary color
Monochromatic Colors of #F5AEB6
Black with #F5AEB6
Text Example
Text Example
White with #F5AEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AEB6; }
p { color: rgb(245,174,182); }
H1.HeaderClassName
{
color: #F5AEB6;
}
.AnyTagClassName
{
color: #F5AEB6;
}
</style>
background-color css
<style>
a { background-color: #F5AEB6; }
a { background-color: rgb(245,174,182); }
div.DivClassName
{
background-color: #F5AEB6;
}
.BgClassName
{
background-color: #F5AEB6;
}
</style>
border-color css
<style>
span { border-color: #F5AEB6; }
span { border-color: rgb(245,174,182); }
td.TdClassName
{
border-color: #F5AEB6;
}
.TagClassName
{
border-color: #F5AEB6;
}
</style>