Shades of Razzle Dazzle Rose #FE3CDD
Tints of Razzle Dazzle Rose #FE3CDD
RGB
CMYK
RGB Variations
Color information
#FE3CDD (or 0xFE3CDD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3C and DD. RGB value is (254,60,221). Sum of RGB (Red+Green+Blue) = 254+60+221=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 60 (23.83% from 255 or 11.21% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3CDD is #01C322. Grayscale: #878787. Windows color (decimal): -115491 or 14499070. OLE color: 14499070.
HSL color Cylindrical-coordinate representation of color #FE3CDD: hue angle of 310.21º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3CDD is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 221 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.00 |
| HSL | 310.21º | 0.99% | 0.62% | - |
| HSV(B) | 310.21º | 0.76% | 1% | - |
| XYZ | 55.54 | 29.52 | 71.18 | - |
| YUV | 136.36 | 175.77 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 221 | 0 | 0.76 | 0.13 | 0.00 | 310.21 | 0.99 | 0.62 |
| Hex | FE | 3C | DD | 0 | 4C | D | 0 | 136 | 63 | 3E |
| Octal | 376 | 74 | 335 | 0 | 114 | 15 | 0 | 466 | 143 | 76 |
| Binary | 11111110 | 111100 | 11011101 | 0 | 1001100 | 1101 | 0 | 100110110 | 1100011 | 111110 |
Color Harmonies of #FE3CDD
Complementary color
Monochromatic Colors of #FE3CDD
Black with #FE3CDD
Text Example
Text Example
White with #FE3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3CDD; }
p { color: rgb(254,60,221); }
H1.HeaderClassName
{
color: #FE3CDD;
}
.AnyTagClassName
{
color: #FE3CDD;
}
</style>
background-color css
<style>
a { background-color: #FE3CDD; }
a { background-color: rgb(254,60,221); }
div.DivClassName
{
background-color: #FE3CDD;
}
.BgClassName
{
background-color: #FE3CDD;
}
</style>
border-color css
<style>
span { border-color: #FE3CDD; }
span { border-color: rgb(254,60,221); }
td.TdClassName
{
border-color: #FE3CDD;
}
.TagClassName
{
border-color: #FE3CDD;
}
</style>