Shades of Light Pink #F5AEB1
Tints of Light Pink #F5AEB1
RGB
CMYK
RGB Variations
Color information
#F5AEB1 (or 0xF5AEB1) is known color: Light Pink. HEX triplet: F5, AE and B1. RGB value is (245,174,177). Sum of RGB (Red+Green+Blue) = 245+174+177=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 177 (69.53% from 255 or 29.70% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AEB1 is #0A514E. Grayscale: #C3C3C3. Windows color (decimal): -676175 or 11644661. OLE color: 11644661.
HSL color Cylindrical-coordinate representation of color #F5AEB1: hue angle of 357.46º 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 #F5AEB1 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 174 | 177 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.04 |
| HSL | 357.46º | 0.78% | 0.82% | - |
| HSV(B) | 357.46º | 0.29% | 0.96% | - |
| XYZ | 60.73 | 52.86 | 48.6 | - |
| YUV | 195.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 174 | 177 | 0 | 0.29 | 0.28 | 0.04 | 357.46 | 0.78 | 0.82 |
| Hex | F5 | AE | B1 | 0 | 1D | 1C | 4 | 165 | 4E | 52 |
| Octal | 365 | 256 | 261 | 0 | 35 | 34 | 4 | 545 | 116 | 122 |
| Binary | 11110101 | 10101110 | 10110001 | 0 | 11101 | 11100 | 100 | 101100101 | 1001110 | 1010010 |
Color Harmonies of #F5AEB1
Complementary color
Monochromatic Colors of #F5AEB1
Black with #F5AEB1
Text Example
Text Example
White with #F5AEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AEB1; }
p { color: rgb(245,174,177); }
H1.HeaderClassName
{
color: #F5AEB1;
}
.AnyTagClassName
{
color: #F5AEB1;
}
</style>
background-color css
<style>
a { background-color: #F5AEB1; }
a { background-color: rgb(245,174,177); }
div.DivClassName
{
background-color: #F5AEB1;
}
.BgClassName
{
background-color: #F5AEB1;
}
</style>
border-color css
<style>
span { border-color: #F5AEB1; }
span { border-color: rgb(245,174,177); }
td.TdClassName
{
border-color: #F5AEB1;
}
.TagClassName
{
border-color: #F5AEB1;
}
</style>