Shades of Light Pink #F4AEB3
Tints of Light Pink #F4AEB3
RGB
CMYK
RGB Variations
Color information
#F4AEB3 (or 0xF4AEB3) is known color: Light Pink. HEX triplet: F4, AE and B3. RGB value is (244,174,179). Sum of RGB (Red+Green+Blue) = 244+174+179=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AEB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AEB3 is #0B514C. Grayscale: #C3C3C3. Windows color (decimal): -741709 or 11775732. OLE color: 11775732.
HSL color Cylindrical-coordinate representation of color #F4AEB3: hue angle of 355.71º degrees, saturation: 0.76, 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 #F4AEB3 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 174 | 179 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.04 |
| HSL | 355.71º | 0.76% | 0.82% | - |
| HSV(B) | 355.71º | 0.29% | 0.96% | - |
| XYZ | 60.58 | 52.76 | 49.64 | - |
| YUV | 195.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 174 | 179 | 0 | 0.29 | 0.27 | 0.04 | 355.71 | 0.76 | 0.82 |
| Hex | F4 | AE | B3 | 0 | 1D | 1B | 4 | 164 | 4C | 52 |
| Octal | 364 | 256 | 263 | 0 | 35 | 33 | 4 | 544 | 114 | 122 |
| Binary | 11110100 | 10101110 | 10110011 | 0 | 11101 | 11011 | 100 | 101100100 | 1001100 | 1010010 |
Color Harmonies of #F4AEB3
Complementary color
Monochromatic Colors of #F4AEB3
Black with #F4AEB3
Text Example
Text Example
White with #F4AEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AEB3; }
p { color: rgb(244,174,179); }
H1.HeaderClassName
{
color: #F4AEB3;
}
.AnyTagClassName
{
color: #F4AEB3;
}
</style>
background-color css
<style>
a { background-color: #F4AEB3; }
a { background-color: rgb(244,174,179); }
div.DivClassName
{
background-color: #F4AEB3;
}
.BgClassName
{
background-color: #F4AEB3;
}
</style>
border-color css
<style>
span { border-color: #F4AEB3; }
span { border-color: rgb(244,174,179); }
td.TdClassName
{
border-color: #F4AEB3;
}
.TagClassName
{
border-color: #F4AEB3;
}
</style>