Shades of Blossom #F3ACB3
Tints of Blossom #F3ACB3
RGB
CMYK
RGB Variations
Color information
#F3ACB3 (or 0xF3ACB3) is known color: Blossom. HEX triplet: F3, AC and B3. RGB value is (243,172,179). Sum of RGB (Red+Green+Blue) = 243+172+179=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ACB3 is #0C534C. Grayscale: #C2C2C2. Windows color (decimal): -807757 or 11775219. OLE color: 11775219.
HSL color Cylindrical-coordinate representation of color #F3ACB3: hue angle of 354.08º 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 #F3ACB3 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 172 | 179 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.05 |
| HSL | 354.08º | 0.75% | 0.81% | - |
| HSV(B) | 354.08º | 0.29% | 0.95% | - |
| XYZ | 59.85 | 51.81 | 49.49 | - |
| YUV | 194.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 179 | 0 | 0.29 | 0.26 | 0.05 | 354.08 | 0.75 | 0.81 |
| Hex | F3 | AC | B3 | 0 | 1D | 1A | 5 | 162 | 4B | 51 |
| Octal | 363 | 254 | 263 | 0 | 35 | 32 | 5 | 542 | 113 | 121 |
| Binary | 11110011 | 10101100 | 10110011 | 0 | 11101 | 11010 | 101 | 101100010 | 1001011 | 1010001 |
Color Harmonies of #F3ACB3
Complementary color
Monochromatic Colors of #F3ACB3
Black with #F3ACB3
Text Example
Text Example
White with #F3ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACB3; }
p { color: rgb(243,172,179); }
H1.HeaderClassName
{
color: #F3ACB3;
}
.AnyTagClassName
{
color: #F3ACB3;
}
</style>
background-color css
<style>
a { background-color: #F3ACB3; }
a { background-color: rgb(243,172,179); }
div.DivClassName
{
background-color: #F3ACB3;
}
.BgClassName
{
background-color: #F3ACB3;
}
</style>
border-color css
<style>
span { border-color: #F3ACB3; }
span { border-color: rgb(243,172,179); }
td.TdClassName
{
border-color: #F3ACB3;
}
.TagClassName
{
border-color: #F3ACB3;
}
</style>