Shades of Razzle Dazzle Rose #FE4BDC
Tints of Razzle Dazzle Rose #FE4BDC
RGB
CMYK
RGB Variations
Color information
#FE4BDC (or 0xFE4BDC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4B and DC. RGB value is (254,75,220). Sum of RGB (Red+Green+Blue) = 254+75+220=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 75 (29.69% from 255 or 13.66% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4BDC is #01B423. Grayscale: #909090. Windows color (decimal): -111652 or 14437374. OLE color: 14437374.
HSL color Cylindrical-coordinate representation of color #FE4BDC: hue angle of 311.4º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4BDC is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 220 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.00 |
| HSL | 311.4º | 0.99% | 0.65% | - |
| HSV(B) | 311.4º | 0.7% | 1% | - |
| XYZ | 56.31 | 31.27 | 70.78 | - |
| YUV | 145.05 | 170.3 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 220 | 0 | 0.70 | 0.13 | 0.00 | 311.4 | 0.99 | 0.65 |
| Hex | FE | 4B | DC | 0 | 46 | D | 0 | 137 | 63 | 41 |
| Octal | 376 | 113 | 334 | 0 | 106 | 15 | 0 | 467 | 143 | 101 |
| Binary | 11111110 | 1001011 | 11011100 | 0 | 1000110 | 1101 | 0 | 100110111 | 1100011 | 1000001 |
Color Harmonies of #FE4BDC
Complementary color
Monochromatic Colors of #FE4BDC
Black with #FE4BDC
Text Example
Text Example
White with #FE4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4BDC; }
p { color: rgb(254,75,220); }
H1.HeaderClassName
{
color: #FE4BDC;
}
.AnyTagClassName
{
color: #FE4BDC;
}
</style>
background-color css
<style>
a { background-color: #FE4BDC; }
a { background-color: rgb(254,75,220); }
div.DivClassName
{
background-color: #FE4BDC;
}
.BgClassName
{
background-color: #FE4BDC;
}
</style>
border-color css
<style>
span { border-color: #FE4BDC; }
span { border-color: rgb(254,75,220); }
td.TdClassName
{
border-color: #FE4BDC;
}
.TagClassName
{
border-color: #FE4BDC;
}
</style>