Shades of Razzle Dazzle Rose #FB4ECE
Tints of Razzle Dazzle Rose #FB4ECE
RGB
CMYK
RGB Variations
Color information
#FB4ECE (or 0xFB4ECE) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4E and CE. RGB value is (251,78,206). Sum of RGB (Red+Green+Blue) = 251+78+206=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 78 (30.86% from 255 or 14.58% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB4ECE is #04B131. Grayscale: #8F8F8F. Windows color (decimal): -307506 or 13520635. OLE color: 13520635.
HSL color Cylindrical-coordinate representation of color #FB4ECE: hue angle of 315.61º 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 #FB4ECE is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 206 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.02 |
| HSL | 315.61º | 0.96% | 0.65% | - |
| HSV(B) | 315.61º | 0.69% | 0.98% | - |
| XYZ | 53.65 | 30.41 | 61.44 | - |
| YUV | 144.32 | 162.81 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 206 | 0 | 0.69 | 0.18 | 0.02 | 315.61 | 0.96 | 0.65 |
| Hex | FB | 4E | CE | 0 | 45 | 12 | 2 | 13C | 60 | 41 |
| Octal | 373 | 116 | 316 | 0 | 105 | 22 | 2 | 474 | 140 | 101 |
| Binary | 11111011 | 1001110 | 11001110 | 0 | 1000101 | 10010 | 10 | 100111100 | 1100000 | 1000001 |
Color Harmonies of #FB4ECE
Complementary color
Monochromatic Colors of #FB4ECE
Black with #FB4ECE
Text Example
Text Example
White with #FB4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4ECE; }
p { color: rgb(251,78,206); }
H1.HeaderClassName
{
color: #FB4ECE;
}
.AnyTagClassName
{
color: #FB4ECE;
}
</style>
background-color css
<style>
a { background-color: #FB4ECE; }
a { background-color: rgb(251,78,206); }
div.DivClassName
{
background-color: #FB4ECE;
}
.BgClassName
{
background-color: #FB4ECE;
}
</style>
border-color css
<style>
span { border-color: #FB4ECE; }
span { border-color: rgb(251,78,206); }
td.TdClassName
{
border-color: #FB4ECE;
}
.TagClassName
{
border-color: #FB4ECE;
}
</style>