Shades of Razzle Dazzle Rose #FE2BDC
Tints of Razzle Dazzle Rose #FE2BDC
RGB
CMYK
RGB Variations
Color information
#FE2BDC (or 0xFE2BDC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2B and DC. RGB value is (254,43,220). Sum of RGB (Red+Green+Blue) = 254+43+220=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 43 (17.19% from 255 or 8.32% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2BDC is #01D423. Grayscale: #7D7D7D. Windows color (decimal): -119844 or 14429182. OLE color: 14429182.
HSL color Cylindrical-coordinate representation of color #FE2BDC: hue angle of 309.67º 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 #FE2BDC is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 220 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.00 |
| HSL | 309.67º | 0.99% | 0.58% | - |
| HSV(B) | 309.67º | 0.83% | 1% | - |
| XYZ | 54.66 | 27.97 | 70.23 | - |
| YUV | 126.27 | 180.9 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 220 | 0 | 0.83 | 0.13 | 0.00 | 309.67 | 0.99 | 0.58 |
| Hex | FE | 2B | DC | 0 | 53 | D | 0 | 136 | 63 | 3A |
| Octal | 376 | 53 | 334 | 0 | 123 | 15 | 0 | 466 | 143 | 72 |
| Binary | 11111110 | 101011 | 11011100 | 0 | 1010011 | 1101 | 0 | 100110110 | 1100011 | 111010 |
Color Harmonies of #FE2BDC
Complementary color
Monochromatic Colors of #FE2BDC
Black with #FE2BDC
Text Example
Text Example
White with #FE2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2BDC; }
p { color: rgb(254,43,220); }
H1.HeaderClassName
{
color: #FE2BDC;
}
.AnyTagClassName
{
color: #FE2BDC;
}
</style>
background-color css
<style>
a { background-color: #FE2BDC; }
a { background-color: rgb(254,43,220); }
div.DivClassName
{
background-color: #FE2BDC;
}
.BgClassName
{
background-color: #FE2BDC;
}
</style>
border-color css
<style>
span { border-color: #FE2BDC; }
span { border-color: rgb(254,43,220); }
td.TdClassName
{
border-color: #FE2BDC;
}
.TagClassName
{
border-color: #FE2BDC;
}
</style>