Shades of Razzle Dazzle Rose #FE2CCE
Tints of Razzle Dazzle Rose #FE2CCE
RGB
CMYK
RGB Variations
Color information
#FE2CCE (or 0xFE2CCE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2C and CE. RGB value is (254,44,206). Sum of RGB (Red+Green+Blue) = 254+44+206=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 44 (17.58% from 255 or 8.73% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2CCE is #01D331. Grayscale: #7C7C7C. Windows color (decimal): -119602 or 13511934. OLE color: 13511934.
HSL color Cylindrical-coordinate representation of color #FE2CCE: hue angle of 313.71º 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 #FE2CCE is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 206 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.00 |
| HSL | 313.71º | 0.99% | 0.58% | - |
| HSV(B) | 313.71º | 0.83% | 1% | - |
| XYZ | 52.91 | 27.33 | 60.88 | - |
| YUV | 125.26 | 173.57 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 206 | 0 | 0.83 | 0.19 | 0.00 | 313.71 | 0.99 | 0.58 |
| Hex | FE | 2C | CE | 0 | 53 | 13 | 0 | 13A | 63 | 3A |
| Octal | 376 | 54 | 316 | 0 | 123 | 23 | 0 | 472 | 143 | 72 |
| Binary | 11111110 | 101100 | 11001110 | 0 | 1010011 | 10011 | 0 | 100111010 | 1100011 | 111010 |
Color Harmonies of #FE2CCE
Complementary color
Monochromatic Colors of #FE2CCE
Black with #FE2CCE
Text Example
Text Example
White with #FE2CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2CCE; }
p { color: rgb(254,44,206); }
H1.HeaderClassName
{
color: #FE2CCE;
}
.AnyTagClassName
{
color: #FE2CCE;
}
</style>
background-color css
<style>
a { background-color: #FE2CCE; }
a { background-color: rgb(254,44,206); }
div.DivClassName
{
background-color: #FE2CCE;
}
.BgClassName
{
background-color: #FE2CCE;
}
</style>
border-color css
<style>
span { border-color: #FE2CCE; }
span { border-color: rgb(254,44,206); }
td.TdClassName
{
border-color: #FE2CCE;
}
.TagClassName
{
border-color: #FE2CCE;
}
</style>