Shades of Razzle Dazzle Rose #FE2DED
Tints of Razzle Dazzle Rose #FE2DED
RGB
CMYK
RGB Variations
Color information
#FE2DED (or 0xFE2DED) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and ED. RGB value is (254,45,237). Sum of RGB (Red+Green+Blue) = 254+45+237=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 45 (17.97% from 255 or 8.40% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2DED is #01D212. Grayscale: #808080. Windows color (decimal): -119315 or 15543806. OLE color: 15543806.
HSL color Cylindrical-coordinate representation of color #FE2DED: hue angle of 304.88º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DED is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 237 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.00 |
| HSL | 304.88º | 0.99% | 0.59% | - |
| HSV(B) | 304.88º | 0.82% | 1% | - |
| XYZ | 57.1 | 29.06 | 82.72 | - |
| YUV | 129.38 | 188.74 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 237 | 0 | 0.82 | 0.07 | 0.00 | 304.88 | 0.99 | 0.59 |
| Hex | FE | 2D | ED | 0 | 52 | 7 | 0 | 131 | 63 | 3B |
| Octal | 376 | 55 | 355 | 0 | 122 | 7 | 0 | 461 | 143 | 73 |
| Binary | 11111110 | 101101 | 11101101 | 0 | 1010010 | 111 | 0 | 100110001 | 1100011 | 111011 |
Color Harmonies of #FE2DED
Complementary color
Monochromatic Colors of #FE2DED
Black with #FE2DED
Text Example
Text Example
White with #FE2DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DED; }
p { color: rgb(254,45,237); }
H1.HeaderClassName
{
color: #FE2DED;
}
.AnyTagClassName
{
color: #FE2DED;
}
</style>
background-color css
<style>
a { background-color: #FE2DED; }
a { background-color: rgb(254,45,237); }
div.DivClassName
{
background-color: #FE2DED;
}
.BgClassName
{
background-color: #FE2DED;
}
</style>
border-color css
<style>
span { border-color: #FE2DED; }
span { border-color: rgb(254,45,237); }
td.TdClassName
{
border-color: #FE2DED;
}
.TagClassName
{
border-color: #FE2DED;
}
</style>