Shades of Light Pink #F5AEB3
Tints of Light Pink #F5AEB3
RGB
CMYK
RGB Variations
Color information
#F5AEB3 (or 0xF5AEB3) is known color: Light Pink. HEX triplet: F5, AE and B3. RGB value is (245,174,179). Sum of RGB (Red+Green+Blue) = 245+174+179=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 179 (70.31% from 255 or 29.93% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AEB3 is #0A514C. Grayscale: #C3C3C3. Windows color (decimal): -676173 or 11775733. OLE color: 11775733.
HSL color Cylindrical-coordinate representation of color #F5AEB3: hue angle of 355.77º 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 #F5AEB3 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 174 | 179 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.04 |
| HSL | 355.77º | 0.78% | 0.82% | - |
| HSV(B) | 355.77º | 0.29% | 0.96% | - |
| XYZ | 60.93 | 52.94 | 49.65 | - |
| YUV | 195.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 174 | 179 | 0 | 0.29 | 0.27 | 0.04 | 355.77 | 0.78 | 0.82 |
| Hex | F5 | AE | B3 | 0 | 1D | 1B | 4 | 164 | 4E | 52 |
| Octal | 365 | 256 | 263 | 0 | 35 | 33 | 4 | 544 | 116 | 122 |
| Binary | 11110101 | 10101110 | 10110011 | 0 | 11101 | 11011 | 100 | 101100100 | 1001110 | 1010010 |
Color Harmonies of #F5AEB3
Complementary color
Monochromatic Colors of #F5AEB3
Black with #F5AEB3
Text Example
Text Example
White with #F5AEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AEB3; }
p { color: rgb(245,174,179); }
H1.HeaderClassName
{
color: #F5AEB3;
}
.AnyTagClassName
{
color: #F5AEB3;
}
</style>
background-color css
<style>
a { background-color: #F5AEB3; }
a { background-color: rgb(245,174,179); }
div.DivClassName
{
background-color: #F5AEB3;
}
.BgClassName
{
background-color: #F5AEB3;
}
</style>
border-color css
<style>
span { border-color: #F5AEB3; }
span { border-color: rgb(245,174,179); }
td.TdClassName
{
border-color: #F5AEB3;
}
.TagClassName
{
border-color: #F5AEB3;
}
</style>