Shades of Razzle Dazzle Rose #FB4ECC
Tints of Razzle Dazzle Rose #FB4ECC
RGB
CMYK
RGB Variations
Color information
#FB4ECC (or 0xFB4ECC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4E and CC. RGB value is (251,78,204). Sum of RGB (Red+Green+Blue) = 251+78+204=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 78 (30.86% from 255 or 14.63% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB4ECC is #04B133. Grayscale: #8F8F8F. Windows color (decimal): -307508 or 13389563. OLE color: 13389563.
HSL color Cylindrical-coordinate representation of color #FB4ECC: hue angle of 316.3º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4ECC is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 204 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.02 |
| HSL | 316.3º | 0.96% | 0.65% | - |
| HSV(B) | 316.3º | 0.69% | 0.98% | - |
| XYZ | 53.41 | 30.32 | 60.16 | - |
| YUV | 144.09 | 161.81 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 204 | 0 | 0.69 | 0.19 | 0.02 | 316.3 | 0.96 | 0.65 |
| Hex | FB | 4E | CC | 0 | 45 | 13 | 2 | 13C | 60 | 41 |
| Octal | 373 | 116 | 314 | 0 | 105 | 23 | 2 | 474 | 140 | 101 |
| Binary | 11111011 | 1001110 | 11001100 | 0 | 1000101 | 10011 | 10 | 100111100 | 1100000 | 1000001 |
Color Harmonies of #FB4ECC
Complementary color
Monochromatic Colors of #FB4ECC
Black with #FB4ECC
Text Example
Text Example
White with #FB4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4ECC; }
p { color: rgb(251,78,204); }
H1.HeaderClassName
{
color: #FB4ECC;
}
.AnyTagClassName
{
color: #FB4ECC;
}
</style>
background-color css
<style>
a { background-color: #FB4ECC; }
a { background-color: rgb(251,78,204); }
div.DivClassName
{
background-color: #FB4ECC;
}
.BgClassName
{
background-color: #FB4ECC;
}
</style>
border-color css
<style>
span { border-color: #FB4ECC; }
span { border-color: rgb(251,78,204); }
td.TdClassName
{
border-color: #FB4ECC;
}
.TagClassName
{
border-color: #FB4ECC;
}
</style>