Shades of Razzle Dazzle Rose #FB3ECE
Tints of Razzle Dazzle Rose #FB3ECE
RGB
CMYK
RGB Variations
Color information
#FB3ECE (or 0xFB3ECE) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3E and CE. RGB value is (251,62,206). Sum of RGB (Red+Green+Blue) = 251+62+206=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 62 (24.61% from 255 or 11.95% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3ECE is #04C131. Grayscale: #868686. Windows color (decimal): -311602 or 13516539. OLE color: 13516539.
HSL color Cylindrical-coordinate representation of color #FB3ECE: hue angle of 314.29º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3ECE is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 206 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.02 |
| HSL | 314.29º | 0.96% | 0.61% | - |
| HSV(B) | 314.29º | 0.75% | 0.98% | - |
| XYZ | 52.65 | 28.41 | 61.1 | - |
| YUV | 134.93 | 168.12 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 206 | 0 | 0.75 | 0.18 | 0.02 | 314.29 | 0.96 | 0.61 |
| Hex | FB | 3E | CE | 0 | 4B | 12 | 2 | 13A | 60 | 3D |
| Octal | 373 | 76 | 316 | 0 | 113 | 22 | 2 | 472 | 140 | 75 |
| Binary | 11111011 | 111110 | 11001110 | 0 | 1001011 | 10010 | 10 | 100111010 | 1100000 | 111101 |
Color Harmonies of #FB3ECE
Complementary color
Monochromatic Colors of #FB3ECE
Black with #FB3ECE
Text Example
Text Example
White with #FB3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3ECE; }
p { color: rgb(251,62,206); }
H1.HeaderClassName
{
color: #FB3ECE;
}
.AnyTagClassName
{
color: #FB3ECE;
}
</style>
background-color css
<style>
a { background-color: #FB3ECE; }
a { background-color: rgb(251,62,206); }
div.DivClassName
{
background-color: #FB3ECE;
}
.BgClassName
{
background-color: #FB3ECE;
}
</style>
border-color css
<style>
span { border-color: #FB3ECE; }
span { border-color: rgb(251,62,206); }
td.TdClassName
{
border-color: #FB3ECE;
}
.TagClassName
{
border-color: #FB3ECE;
}
</style>