Shades of Razzle Dazzle Rose #FE4DDC
Tints of Razzle Dazzle Rose #FE4DDC
RGB
CMYK
RGB Variations
Color information
#FE4DDC (or 0xFE4DDC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4D and DC. RGB value is (254,77,220). Sum of RGB (Red+Green+Blue) = 254+77+220=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 77 (30.47% from 255 or 13.97% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4DDC is #01B223. Grayscale: #919191. Windows color (decimal): -111140 or 14437886. OLE color: 14437886.
HSL color Cylindrical-coordinate representation of color #FE4DDC: hue angle of 311.53º 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 #FE4DDC is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 220 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.00 |
| HSL | 311.53º | 0.99% | 0.65% | - |
| HSV(B) | 311.53º | 0.7% | 1% | - |
| XYZ | 56.45 | 31.55 | 70.82 | - |
| YUV | 146.23 | 169.64 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 220 | 0 | 0.70 | 0.13 | 0.00 | 311.53 | 0.99 | 0.65 |
| Hex | FE | 4D | DC | 0 | 46 | D | 0 | 138 | 63 | 41 |
| Octal | 376 | 115 | 334 | 0 | 106 | 15 | 0 | 470 | 143 | 101 |
| Binary | 11111110 | 1001101 | 11011100 | 0 | 1000110 | 1101 | 0 | 100111000 | 1100011 | 1000001 |
Color Harmonies of #FE4DDC
Complementary color
Monochromatic Colors of #FE4DDC
Black with #FE4DDC
Text Example
Text Example
White with #FE4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4DDC; }
p { color: rgb(254,77,220); }
H1.HeaderClassName
{
color: #FE4DDC;
}
.AnyTagClassName
{
color: #FE4DDC;
}
</style>
background-color css
<style>
a { background-color: #FE4DDC; }
a { background-color: rgb(254,77,220); }
div.DivClassName
{
background-color: #FE4DDC;
}
.BgClassName
{
background-color: #FE4DDC;
}
</style>
border-color css
<style>
span { border-color: #FE4DDC; }
span { border-color: rgb(254,77,220); }
td.TdClassName
{
border-color: #FE4DDC;
}
.TagClassName
{
border-color: #FE4DDC;
}
</style>