Shades of Razzle Dazzle Rose #FE3BCE
Tints of Razzle Dazzle Rose #FE3BCE
RGB
CMYK
RGB Variations
Color information
#FE3BCE (or 0xFE3BCE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3B and CE. RGB value is (254,59,206). Sum of RGB (Red+Green+Blue) = 254+59+206=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 59 (23.44% from 255 or 11.37% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3BCE is #01C431. Grayscale: #858585. Windows color (decimal): -115762 or 13515774. OLE color: 13515774.
HSL color Cylindrical-coordinate representation of color #FE3BCE: hue angle of 314.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3BCE is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 206 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.00 |
| HSL | 314.77º | 0.99% | 0.61% | - |
| HSV(B) | 314.77º | 0.77% | 1% | - |
| XYZ | 53.58 | 28.65 | 61.1 | - |
| YUV | 134.06 | 168.6 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 206 | 0 | 0.77 | 0.19 | 0.00 | 314.77 | 0.99 | 0.61 |
| Hex | FE | 3B | CE | 0 | 4D | 13 | 0 | 13B | 63 | 3D |
| Octal | 376 | 73 | 316 | 0 | 115 | 23 | 0 | 473 | 143 | 75 |
| Binary | 11111110 | 111011 | 11001110 | 0 | 1001101 | 10011 | 0 | 100111011 | 1100011 | 111101 |
Color Harmonies of #FE3BCE
Complementary color
Monochromatic Colors of #FE3BCE
Black with #FE3BCE
Text Example
Text Example
White with #FE3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3BCE; }
p { color: rgb(254,59,206); }
H1.HeaderClassName
{
color: #FE3BCE;
}
.AnyTagClassName
{
color: #FE3BCE;
}
</style>
background-color css
<style>
a { background-color: #FE3BCE; }
a { background-color: rgb(254,59,206); }
div.DivClassName
{
background-color: #FE3BCE;
}
.BgClassName
{
background-color: #FE3BCE;
}
</style>
border-color css
<style>
span { border-color: #FE3BCE; }
span { border-color: rgb(254,59,206); }
td.TdClassName
{
border-color: #FE3BCE;
}
.TagClassName
{
border-color: #FE3BCE;
}
</style>