Shades of Razzle Dazzle Rose #FE2BED
Tints of Razzle Dazzle Rose #FE2BED
RGB
CMYK
RGB Variations
Color information
#FE2BED (or 0xFE2BED) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2B and ED. RGB value is (254,43,237). Sum of RGB (Red+Green+Blue) = 254+43+237=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 43 (17.19% from 255 or 8.05% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2BED is #01D412. Grayscale: #7F7F7F. Windows color (decimal): -119827 or 15543294. OLE color: 15543294.
HSL color Cylindrical-coordinate representation of color #FE2BED: hue angle of 304.83º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2BED is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 237 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.00 |
| HSL | 304.83º | 0.99% | 0.58% | - |
| HSV(B) | 304.83º | 0.83% | 1% | - |
| XYZ | 57.02 | 28.91 | 82.7 | - |
| YUV | 128.21 | 189.4 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 237 | 0 | 0.83 | 0.07 | 0.00 | 304.83 | 0.99 | 0.58 |
| Hex | FE | 2B | ED | 0 | 53 | 7 | 0 | 131 | 63 | 3A |
| Octal | 376 | 53 | 355 | 0 | 123 | 7 | 0 | 461 | 143 | 72 |
| Binary | 11111110 | 101011 | 11101101 | 0 | 1010011 | 111 | 0 | 100110001 | 1100011 | 111010 |
Color Harmonies of #FE2BED
Complementary color
Monochromatic Colors of #FE2BED
Black with #FE2BED
Text Example
Text Example
White with #FE2BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2BED; }
p { color: rgb(254,43,237); }
H1.HeaderClassName
{
color: #FE2BED;
}
.AnyTagClassName
{
color: #FE2BED;
}
</style>
background-color css
<style>
a { background-color: #FE2BED; }
a { background-color: rgb(254,43,237); }
div.DivClassName
{
background-color: #FE2BED;
}
.BgClassName
{
background-color: #FE2BED;
}
</style>
border-color css
<style>
span { border-color: #FE2BED; }
span { border-color: rgb(254,43,237); }
td.TdClassName
{
border-color: #FE2BED;
}
.TagClassName
{
border-color: #FE2BED;
}
</style>