Shades of Light Pink #F3ACB7
Tints of Light Pink #F3ACB7
RGB
CMYK
RGB Variations
Color information
#F3ACB7 (or 0xF3ACB7) is known color: Light Pink. HEX triplet: F3, AC and B7. RGB value is (243,172,183). Sum of RGB (Red+Green+Blue) = 243+172+183=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ACB7 is #0C5348. Grayscale: #C2C2C2. Windows color (decimal): -807753 or 12037363. OLE color: 12037363.
HSL color Cylindrical-coordinate representation of color #F3ACB7: hue angle of 350.7º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3ACB7 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 172 | 183 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.05 |
| HSL | 350.7º | 0.75% | 0.81% | - |
| HSV(B) | 350.7º | 0.29% | 0.95% | - |
| XYZ | 60.26 | 51.98 | 51.66 | - |
| YUV | 194.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 183 | 0 | 0.29 | 0.25 | 0.05 | 350.7 | 0.75 | 0.81 |
| Hex | F3 | AC | B7 | 0 | 1D | 19 | 5 | 15F | 4B | 51 |
| Octal | 363 | 254 | 267 | 0 | 35 | 31 | 5 | 537 | 113 | 121 |
| Binary | 11110011 | 10101100 | 10110111 | 0 | 11101 | 11001 | 101 | 101011111 | 1001011 | 1010001 |
Color Harmonies of #F3ACB7
Complementary color
Monochromatic Colors of #F3ACB7
Black with #F3ACB7
Text Example
Text Example
White with #F3ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACB7; }
p { color: rgb(243,172,183); }
H1.HeaderClassName
{
color: #F3ACB7;
}
.AnyTagClassName
{
color: #F3ACB7;
}
</style>
background-color css
<style>
a { background-color: #F3ACB7; }
a { background-color: rgb(243,172,183); }
div.DivClassName
{
background-color: #F3ACB7;
}
.BgClassName
{
background-color: #F3ACB7;
}
</style>
border-color css
<style>
span { border-color: #F3ACB7; }
span { border-color: rgb(243,172,183); }
td.TdClassName
{
border-color: #F3ACB7;
}
.TagClassName
{
border-color: #F3ACB7;
}
</style>