Shades of Light Pink #F8AEB3
Tints of Light Pink #F8AEB3
RGB
CMYK
RGB Variations
Color information
#F8AEB3 (or 0xF8AEB3) is known color: Light Pink. HEX triplet: F8, AE and B3. RGB value is (248,174,179). Sum of RGB (Red+Green+Blue) = 248+174+179=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AEB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AEB3 is #07514C. Grayscale: #C4C4C4. Windows color (decimal): -479565 or 11775736. OLE color: 11775736.
HSL color Cylindrical-coordinate representation of color #F8AEB3: hue angle of 355.95º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8AEB3 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 174 | 179 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.03 |
| HSL | 355.95º | 0.84% | 0.83% | - |
| HSV(B) | 355.95º | 0.3% | 0.97% | - |
| XYZ | 61.98 | 53.48 | 49.7 | - |
| YUV | 196.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 174 | 179 | 0 | 0.30 | 0.28 | 0.03 | 355.95 | 0.84 | 0.83 |
| Hex | F8 | AE | B3 | 0 | 1E | 1C | 3 | 164 | 54 | 53 |
| Octal | 370 | 256 | 263 | 0 | 36 | 34 | 3 | 544 | 124 | 123 |
| Binary | 11111000 | 10101110 | 10110011 | 0 | 11110 | 11100 | 11 | 101100100 | 1010100 | 1010011 |
Color Harmonies of #F8AEB3
Complementary color
Monochromatic Colors of #F8AEB3
Black with #F8AEB3
Text Example
Text Example
White with #F8AEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AEB3; }
p { color: rgb(248,174,179); }
H1.HeaderClassName
{
color: #F8AEB3;
}
.AnyTagClassName
{
color: #F8AEB3;
}
</style>
background-color css
<style>
a { background-color: #F8AEB3; }
a { background-color: rgb(248,174,179); }
div.DivClassName
{
background-color: #F8AEB3;
}
.BgClassName
{
background-color: #F8AEB3;
}
</style>
border-color css
<style>
span { border-color: #F8AEB3; }
span { border-color: rgb(248,174,179); }
td.TdClassName
{
border-color: #F8AEB3;
}
.TagClassName
{
border-color: #F8AEB3;
}
</style>