Shades of Light Pink #F9AEBD
Tints of Light Pink #F9AEBD
RGB
CMYK
RGB Variations
Color information
#F9AEBD (or 0xF9AEBD) is known color: Light Pink. HEX triplet: F9, AE and BD. RGB value is (249,174,189). Sum of RGB (Red+Green+Blue) = 249+174+189=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AEBD is #065142. Grayscale: #C6C6C6. Windows color (decimal): -414019 or 12431097. OLE color: 12431097.
HSL color Cylindrical-coordinate representation of color #F9AEBD: hue angle of 348º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AEBD is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 174 | 189 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.02 |
| HSL | 348º | 0.86% | 0.83% | - |
| HSV(B) | 348º | 0.3% | 0.98% | - |
| XYZ | 63.39 | 54.09 | 55.24 | - |
| YUV | 198.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 174 | 189 | 0 | 0.30 | 0.24 | 0.02 | 348 | 0.86 | 0.83 |
| Hex | F9 | AE | BD | 0 | 1E | 18 | 2 | 15C | 56 | 53 |
| Octal | 371 | 256 | 275 | 0 | 36 | 30 | 2 | 534 | 126 | 123 |
| Binary | 11111001 | 10101110 | 10111101 | 0 | 11110 | 11000 | 10 | 101011100 | 1010110 | 1010011 |
Color Harmonies of #F9AEBD
Complementary color
Monochromatic Colors of #F9AEBD
Black with #F9AEBD
Text Example
Text Example
White with #F9AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AEBD; }
p { color: rgb(249,174,189); }
H1.HeaderClassName
{
color: #F9AEBD;
}
.AnyTagClassName
{
color: #F9AEBD;
}
</style>
background-color css
<style>
a { background-color: #F9AEBD; }
a { background-color: rgb(249,174,189); }
div.DivClassName
{
background-color: #F9AEBD;
}
.BgClassName
{
background-color: #F9AEBD;
}
</style>
border-color css
<style>
span { border-color: #F9AEBD; }
span { border-color: rgb(249,174,189); }
td.TdClassName
{
border-color: #F9AEBD;
}
.TagClassName
{
border-color: #F9AEBD;
}
</style>