Shades of Blossom #F3ACB2
Tints of Blossom #F3ACB2
RGB
CMYK
RGB Variations
Color information
#F3ACB2 (or 0xF3ACB2) is known color: Blossom. HEX triplet: F3, AC and B2. RGB value is (243,172,178). Sum of RGB (Red+Green+Blue) = 243+172+178=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3ACB2 is #0C534D. Grayscale: #C1C1C1. Windows color (decimal): -807758 or 11709683. OLE color: 11709683.
HSL color Cylindrical-coordinate representation of color #F3ACB2: hue angle of 354.93º 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 #F3ACB2 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 172 | 178 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.05 |
| HSL | 354.93º | 0.75% | 0.81% | - |
| HSV(B) | 354.93º | 0.29% | 0.95% | - |
| XYZ | 59.75 | 51.77 | 48.96 | - |
| YUV | 193.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 172 | 178 | 0 | 0.29 | 0.27 | 0.05 | 354.93 | 0.75 | 0.81 |
| Hex | F3 | AC | B2 | 0 | 1D | 1B | 5 | 163 | 4B | 51 |
| Octal | 363 | 254 | 262 | 0 | 35 | 33 | 5 | 543 | 113 | 121 |
| Binary | 11110011 | 10101100 | 10110010 | 0 | 11101 | 11011 | 101 | 101100011 | 1001011 | 1010001 |
Color Harmonies of #F3ACB2
Complementary color
Monochromatic Colors of #F3ACB2
Black with #F3ACB2
Text Example
Text Example
White with #F3ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ACB2; }
p { color: rgb(243,172,178); }
H1.HeaderClassName
{
color: #F3ACB2;
}
.AnyTagClassName
{
color: #F3ACB2;
}
</style>
background-color css
<style>
a { background-color: #F3ACB2; }
a { background-color: rgb(243,172,178); }
div.DivClassName
{
background-color: #F3ACB2;
}
.BgClassName
{
background-color: #F3ACB2;
}
</style>
border-color css
<style>
span { border-color: #F3ACB2; }
span { border-color: rgb(243,172,178); }
td.TdClassName
{
border-color: #F3ACB2;
}
.TagClassName
{
border-color: #F3ACB2;
}
</style>