Shades of Light Pink #F2AEB6
Tints of Light Pink #F2AEB6
RGB
CMYK
RGB Variations
Color information
#F2AEB6 (or 0xF2AEB6) is known color: Light Pink. HEX triplet: F2, AE and B6. RGB value is (242,174,182). Sum of RGB (Red+Green+Blue) = 242+174+182=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEB6 is #0D5149. Grayscale: #C3C3C3. Windows color (decimal): -872778 or 11972338. OLE color: 11972338.
HSL color Cylindrical-coordinate representation of color #F2AEB6: hue angle of 352.94º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AEB6 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 174 | 182 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.05 |
| HSL | 352.94º | 0.72% | 0.82% | - |
| HSV(B) | 352.94º | 0.28% | 0.95% | - |
| XYZ | 60.2 | 52.53 | 51.22 | - |
| YUV | 195.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 174 | 182 | 0 | 0.28 | 0.25 | 0.05 | 352.94 | 0.72 | 0.82 |
| Hex | F2 | AE | B6 | 0 | 1C | 19 | 5 | 161 | 48 | 52 |
| Octal | 362 | 256 | 266 | 0 | 34 | 31 | 5 | 541 | 110 | 122 |
| Binary | 11110010 | 10101110 | 10110110 | 0 | 11100 | 11001 | 101 | 101100001 | 1001000 | 1010010 |
Color Harmonies of #F2AEB6
Complementary color
Monochromatic Colors of #F2AEB6
Black with #F2AEB6
Text Example
Text Example
White with #F2AEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AEB6; }
p { color: rgb(242,174,182); }
H1.HeaderClassName
{
color: #F2AEB6;
}
.AnyTagClassName
{
color: #F2AEB6;
}
</style>
background-color css
<style>
a { background-color: #F2AEB6; }
a { background-color: rgb(242,174,182); }
div.DivClassName
{
background-color: #F2AEB6;
}
.BgClassName
{
background-color: #F2AEB6;
}
</style>
border-color css
<style>
span { border-color: #F2AEB6; }
span { border-color: rgb(242,174,182); }
td.TdClassName
{
border-color: #F2AEB6;
}
.TagClassName
{
border-color: #F2AEB6;
}
</style>