Shades of Brilliant Rose #FB699B
Tints of Brilliant Rose #FB699B
RGB
CMYK
RGB Variations
Color information
#FB699B (or 0xFB699B) is known color: Brilliant Rose. HEX triplet: FB, 69 and 9B. RGB value is (251,105,155). Sum of RGB (Red+Green+Blue) = 251+105+155=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB699B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB699B is #049664. Grayscale: #9A9A9A. Windows color (decimal): -300645 or 10185211. OLE color: 10185211.
HSL color Cylindrical-coordinate representation of color #FB699B: hue angle of 339.45º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB699B is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 155 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.02 |
| HSL | 339.45º | 0.95% | 0.7% | - |
| HSV(B) | 339.45º | 0.58% | 0.98% | - |
| XYZ | 50.75 | 32.98 | 34.7 | - |
| YUV | 154.35 | 128.37 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 155 | 0 | 0.58 | 0.38 | 0.02 | 339.45 | 0.95 | 0.7 |
| Hex | FB | 69 | 9B | 0 | 3A | 26 | 2 | 153 | 5F | 46 |
| Octal | 373 | 151 | 233 | 0 | 72 | 46 | 2 | 523 | 137 | 106 |
| Binary | 11111011 | 1101001 | 10011011 | 0 | 111010 | 100110 | 10 | 101010011 | 1011111 | 1000110 |
Color Harmonies of #FB699B
Complementary color
Monochromatic Colors of #FB699B
Black with #FB699B
Text Example
Text Example
White with #FB699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB699B; }
p { color: rgb(251,105,155); }
H1.HeaderClassName
{
color: #FB699B;
}
.AnyTagClassName
{
color: #FB699B;
}
</style>
background-color css
<style>
a { background-color: #FB699B; }
a { background-color: rgb(251,105,155); }
div.DivClassName
{
background-color: #FB699B;
}
.BgClassName
{
background-color: #FB699B;
}
</style>
border-color css
<style>
span { border-color: #FB699B; }
span { border-color: rgb(251,105,155); }
td.TdClassName
{
border-color: #FB699B;
}
.TagClassName
{
border-color: #FB699B;
}
</style>