Shades of Razzle Dazzle Rose #FE4DCE
Tints of Razzle Dazzle Rose #FE4DCE
RGB
CMYK
RGB Variations
Color information
#FE4DCE (or 0xFE4DCE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4D and CE. RGB value is (254,77,206). Sum of RGB (Red+Green+Blue) = 254+77+206=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 77 (30.47% from 255 or 14.34% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4DCE is #01B231. Grayscale: #909090. Windows color (decimal): -111154 or 13520382. OLE color: 13520382.
HSL color Cylindrical-coordinate representation of color #FE4DCE: hue angle of 316.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4DCE is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 206 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.00 |
| HSL | 316.27º | 0.99% | 0.65% | - |
| HSV(B) | 316.27º | 0.7% | 1% | - |
| XYZ | 54.67 | 30.83 | 61.46 | - |
| YUV | 144.63 | 162.64 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 206 | 0 | 0.70 | 0.19 | 0.00 | 316.27 | 0.99 | 0.65 |
| Hex | FE | 4D | CE | 0 | 46 | 13 | 0 | 13C | 63 | 41 |
| Octal | 376 | 115 | 316 | 0 | 106 | 23 | 0 | 474 | 143 | 101 |
| Binary | 11111110 | 1001101 | 11001110 | 0 | 1000110 | 10011 | 0 | 100111100 | 1100011 | 1000001 |
Color Harmonies of #FE4DCE
Complementary color
Monochromatic Colors of #FE4DCE
Black with #FE4DCE
Text Example
Text Example
White with #FE4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DCE; }
p { color: rgb(254,77,206); }
H1.HeaderClassName
{
color: #FE4DCE;
}
.AnyTagClassName
{
color: #FE4DCE;
}
</style>
background-color css
<style>
a { background-color: #FE4DCE; }
a { background-color: rgb(254,77,206); }
div.DivClassName
{
background-color: #FE4DCE;
}
.BgClassName
{
background-color: #FE4DCE;
}
</style>
border-color css
<style>
span { border-color: #FE4DCE; }
span { border-color: rgb(254,77,206); }
td.TdClassName
{
border-color: #FE4DCE;
}
.TagClassName
{
border-color: #FE4DCE;
}
</style>