Shades of Persian Rose #FB2CAB
Tints of Persian Rose #FB2CAB
RGB
CMYK
RGB Variations
Color information
#FB2CAB (or 0xFB2CAB) is known color: Persian Rose. HEX triplet: FB, 2C and AB. RGB value is (251,44,171). Sum of RGB (Red+Green+Blue) = 251+44+171=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2CAB is #04D354. Grayscale: #787878. Windows color (decimal): -316245 or 11218171. OLE color: 11218171.
HSL color Cylindrical-coordinate representation of color #FB2CAB: hue angle of 323.19º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2CAB is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 171 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.02 |
| HSL | 323.19º | 0.96% | 0.58% | - |
| HSV(B) | 323.19º | 0.82% | 0.98% | - |
| XYZ | 48.04 | 25.25 | 40.87 | - |
| YUV | 120.37 | 156.58 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 171 | 0 | 0.82 | 0.32 | 0.02 | 323.19 | 0.96 | 0.58 |
| Hex | FB | 2C | AB | 0 | 52 | 20 | 2 | 143 | 60 | 3A |
| Octal | 373 | 54 | 253 | 0 | 122 | 40 | 2 | 503 | 140 | 72 |
| Binary | 11111011 | 101100 | 10101011 | 0 | 1010010 | 100000 | 10 | 101000011 | 1100000 | 111010 |
Color Harmonies of #FB2CAB
Complementary color
Monochromatic Colors of #FB2CAB
Black with #FB2CAB
Text Example
Text Example
White with #FB2CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2CAB; }
p { color: rgb(251,44,171); }
H1.HeaderClassName
{
color: #FB2CAB;
}
.AnyTagClassName
{
color: #FB2CAB;
}
</style>
background-color css
<style>
a { background-color: #FB2CAB; }
a { background-color: rgb(251,44,171); }
div.DivClassName
{
background-color: #FB2CAB;
}
.BgClassName
{
background-color: #FB2CAB;
}
</style>
border-color css
<style>
span { border-color: #FB2CAB; }
span { border-color: rgb(251,44,171); }
td.TdClassName
{
border-color: #FB2CAB;
}
.TagClassName
{
border-color: #FB2CAB;
}
</style>