Shades of Razzle Dazzle Rose #FE1DDC
Tints of Razzle Dazzle Rose #FE1DDC
RGB
CMYK
RGB Variations
Color information
#FE1DDC (or 0xFE1DDC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 1D and DC. RGB value is (254,29,220). Sum of RGB (Red+Green+Blue) = 254+29+220=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 29 (11.72% from 255 or 5.77% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1DDC is #01E223. Grayscale: #757575. Windows color (decimal): -123428 or 14425598. OLE color: 14425598.
HSL color Cylindrical-coordinate representation of color #FE1DDC: hue angle of 309.07º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1DDC is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 29 | 220 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.00 |
| HSL | 309.07º | 0.99% | 0.55% | - |
| HSV(B) | 309.07º | 0.89% | 1% | - |
| XYZ | 54.23 | 27.12 | 70.09 | - |
| YUV | 118.05 | 185.54 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 29 | 220 | 0 | 0.89 | 0.13 | 0.00 | 309.07 | 0.99 | 0.55 |
| Hex | FE | 1D | DC | 0 | 59 | D | 0 | 135 | 63 | 37 |
| Octal | 376 | 35 | 334 | 0 | 131 | 15 | 0 | 465 | 143 | 67 |
| Binary | 11111110 | 11101 | 11011100 | 0 | 1011001 | 1101 | 0 | 100110101 | 1100011 | 110111 |
Color Harmonies of #FE1DDC
Complementary color
Monochromatic Colors of #FE1DDC
Black with #FE1DDC
Text Example
Text Example
White with #FE1DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1DDC; }
p { color: rgb(254,29,220); }
H1.HeaderClassName
{
color: #FE1DDC;
}
.AnyTagClassName
{
color: #FE1DDC;
}
</style>
background-color css
<style>
a { background-color: #FE1DDC; }
a { background-color: rgb(254,29,220); }
div.DivClassName
{
background-color: #FE1DDC;
}
.BgClassName
{
background-color: #FE1DDC;
}
</style>
border-color css
<style>
span { border-color: #FE1DDC; }
span { border-color: rgb(254,29,220); }
td.TdClassName
{
border-color: #FE1DDC;
}
.TagClassName
{
border-color: #FE1DDC;
}
</style>