Shades of Blossom #F1B1B2
Tints of Blossom #F1B1B2
RGB
CMYK
RGB Variations
Color information
#F1B1B2 (or 0xF1B1B2) is known color: Blossom. HEX triplet: F1, B1 and B2. RGB value is (241,177,178). Sum of RGB (Red+Green+Blue) = 241+177+178=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 178 (69.92% from 255 or 29.87% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B1B2 is #0E4E4D. Grayscale: #C4C4C4. Windows color (decimal): -937550 or 11710961. OLE color: 11710961.
HSL color Cylindrical-coordinate representation of color #F1B1B2: hue angle of 359.06º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1B1B2 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 177 | 178 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.05 |
| HSL | 359.06º | 0.7% | 0.82% | - |
| HSV(B) | 359.06º | 0.27% | 0.95% | - |
| XYZ | 60.03 | 53.36 | 49.25 | - |
| YUV | 196.25 | 117.7 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 177 | 178 | 0 | 0.27 | 0.26 | 0.05 | 359.06 | 0.7 | 0.82 |
| Hex | F1 | B1 | B2 | 0 | 1B | 1A | 5 | 167 | 46 | 52 |
| Octal | 361 | 261 | 262 | 0 | 33 | 32 | 5 | 547 | 106 | 122 |
| Binary | 11110001 | 10110001 | 10110010 | 0 | 11011 | 11010 | 101 | 101100111 | 1000110 | 1010010 |
Color Harmonies of #F1B1B2
Complementary color
Monochromatic Colors of #F1B1B2
Black with #F1B1B2
Text Example
Text Example
White with #F1B1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B1B2; }
p { color: rgb(241,177,178); }
H1.HeaderClassName
{
color: #F1B1B2;
}
.AnyTagClassName
{
color: #F1B1B2;
}
</style>
background-color css
<style>
a { background-color: #F1B1B2; }
a { background-color: rgb(241,177,178); }
div.DivClassName
{
background-color: #F1B1B2;
}
.BgClassName
{
background-color: #F1B1B2;
}
</style>
border-color css
<style>
span { border-color: #F1B1B2; }
span { border-color: rgb(241,177,178); }
td.TdClassName
{
border-color: #F1B1B2;
}
.TagClassName
{
border-color: #F1B1B2;
}
</style>