Shades of Razzle Dazzle Rose #FE2BBD
Tints of Razzle Dazzle Rose #FE2BBD
RGB
CMYK
RGB Variations
Color information
#FE2BBD (or 0xFE2BBD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2B and BD. RGB value is (254,43,189). Sum of RGB (Red+Green+Blue) = 254+43+189=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 43 (17.19% from 255 or 8.85% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2BBD is #01D442. Grayscale: #7A7A7A. Windows color (decimal): -119875 or 12397566. OLE color: 12397566.
HSL color Cylindrical-coordinate representation of color #FE2BBD: hue angle of 318.48º 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 #FE2BBD is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 189 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.00 |
| HSL | 318.48º | 0.99% | 0.58% | - |
| HSV(B) | 318.48º | 0.83% | 1% | - |
| XYZ | 50.92 | 26.47 | 50.57 | - |
| YUV | 122.73 | 165.4 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 189 | 0 | 0.83 | 0.26 | 0.00 | 318.48 | 0.99 | 0.58 |
| Hex | FE | 2B | BD | 0 | 53 | 1A | 0 | 13E | 63 | 3A |
| Octal | 376 | 53 | 275 | 0 | 123 | 32 | 0 | 476 | 143 | 72 |
| Binary | 11111110 | 101011 | 10111101 | 0 | 1010011 | 11010 | 0 | 100111110 | 1100011 | 111010 |
Color Harmonies of #FE2BBD
Complementary color
Monochromatic Colors of #FE2BBD
Black with #FE2BBD
Text Example
Text Example
White with #FE2BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2BBD; }
p { color: rgb(254,43,189); }
H1.HeaderClassName
{
color: #FE2BBD;
}
.AnyTagClassName
{
color: #FE2BBD;
}
</style>
background-color css
<style>
a { background-color: #FE2BBD; }
a { background-color: rgb(254,43,189); }
div.DivClassName
{
background-color: #FE2BBD;
}
.BgClassName
{
background-color: #FE2BBD;
}
</style>
border-color css
<style>
span { border-color: #FE2BBD; }
span { border-color: rgb(254,43,189); }
td.TdClassName
{
border-color: #FE2BBD;
}
.TagClassName
{
border-color: #FE2BBD;
}
</style>