Shades of Razzle Dazzle Rose #FE2CDB
Tints of Razzle Dazzle Rose #FE2CDB
RGB
CMYK
RGB Variations
Color information
#FE2CDB (or 0xFE2CDB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2C and DB. RGB value is (254,44,219). Sum of RGB (Red+Green+Blue) = 254+44+219=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 44 (17.58% from 255 or 8.51% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2CDB is #01D324. Grayscale: #7E7E7E. Windows color (decimal): -119589 or 14363902. OLE color: 14363902.
HSL color Cylindrical-coordinate representation of color #FE2CDB: hue angle of 310º 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 #FE2CDB is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 219 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.00 |
| HSL | 310º | 0.99% | 0.58% | - |
| HSV(B) | 310º | 0.83% | 1% | - |
| XYZ | 54.56 | 27.99 | 69.54 | - |
| YUV | 126.74 | 180.07 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 219 | 0 | 0.83 | 0.14 | 0.00 | 310 | 0.99 | 0.58 |
| Hex | FE | 2C | DB | 0 | 53 | E | 0 | 136 | 63 | 3A |
| Octal | 376 | 54 | 333 | 0 | 123 | 16 | 0 | 466 | 143 | 72 |
| Binary | 11111110 | 101100 | 11011011 | 0 | 1010011 | 1110 | 0 | 100110110 | 1100011 | 111010 |
Color Harmonies of #FE2CDB
Complementary color
Monochromatic Colors of #FE2CDB
Black with #FE2CDB
Text Example
Text Example
White with #FE2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2CDB; }
p { color: rgb(254,44,219); }
H1.HeaderClassName
{
color: #FE2CDB;
}
.AnyTagClassName
{
color: #FE2CDB;
}
</style>
background-color css
<style>
a { background-color: #FE2CDB; }
a { background-color: rgb(254,44,219); }
div.DivClassName
{
background-color: #FE2CDB;
}
.BgClassName
{
background-color: #FE2CDB;
}
</style>
border-color css
<style>
span { border-color: #FE2CDB; }
span { border-color: rgb(254,44,219); }
td.TdClassName
{
border-color: #FE2CDB;
}
.TagClassName
{
border-color: #FE2CDB;
}
</style>