Shades of Razzle Dazzle Rose #FE4ACE
Tints of Razzle Dazzle Rose #FE4ACE
RGB
CMYK
RGB Variations
Color information
#FE4ACE (or 0xFE4ACE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4A and CE. RGB value is (254,74,206). Sum of RGB (Red+Green+Blue) = 254+74+206=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 74 (29.30% from 255 or 13.86% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4ACE is #01B531. Grayscale: #8E8E8E. Windows color (decimal): -111922 or 13519614. OLE color: 13519614.
HSL color Cylindrical-coordinate representation of color #FE4ACE: hue angle of 316º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4ACE is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 206 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.00 |
| HSL | 316º | 0.99% | 0.64% | - |
| HSV(B) | 316º | 0.71% | 1% | - |
| XYZ | 54.46 | 30.42 | 61.39 | - |
| YUV | 142.87 | 163.63 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 206 | 0 | 0.71 | 0.19 | 0.00 | 316 | 0.99 | 0.64 |
| Hex | FE | 4A | CE | 0 | 47 | 13 | 0 | 13C | 63 | 40 |
| Octal | 376 | 112 | 316 | 0 | 107 | 23 | 0 | 474 | 143 | 100 |
| Binary | 11111110 | 1001010 | 11001110 | 0 | 1000111 | 10011 | 0 | 100111100 | 1100011 | 1000000 |
Color Harmonies of #FE4ACE
Complementary color
Monochromatic Colors of #FE4ACE
Black with #FE4ACE
Text Example
Text Example
White with #FE4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4ACE; }
p { color: rgb(254,74,206); }
H1.HeaderClassName
{
color: #FE4ACE;
}
.AnyTagClassName
{
color: #FE4ACE;
}
</style>
background-color css
<style>
a { background-color: #FE4ACE; }
a { background-color: rgb(254,74,206); }
div.DivClassName
{
background-color: #FE4ACE;
}
.BgClassName
{
background-color: #FE4ACE;
}
</style>
border-color css
<style>
span { border-color: #FE4ACE; }
span { border-color: rgb(254,74,206); }
td.TdClassName
{
border-color: #FE4ACE;
}
.TagClassName
{
border-color: #FE4ACE;
}
</style>