Shades of Razzle Dazzle Rose #FD2ECE
Tints of Razzle Dazzle Rose #FD2ECE
RGB
CMYK
RGB Variations
Color information
#FD2ECE (or 0xFD2ECE) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2E and CE. RGB value is (253,46,206). Sum of RGB (Red+Green+Blue) = 253+46+206=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 46 (18.36% from 255 or 9.11% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2ECE is #02D131. Grayscale: #7D7D7D. Windows color (decimal): -184626 or 13512445. OLE color: 13512445.
HSL color Cylindrical-coordinate representation of color #FD2ECE: hue angle of 313.62º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2ECE is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 206 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.01 |
| HSL | 313.62º | 0.98% | 0.59% | - |
| HSV(B) | 313.62º | 0.82% | 0.99% | - |
| XYZ | 52.63 | 27.29 | 60.89 | - |
| YUV | 126.13 | 173.08 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 206 | 0 | 0.82 | 0.19 | 0.01 | 313.62 | 0.98 | 0.59 |
| Hex | FD | 2E | CE | 0 | 52 | 13 | 1 | 13A | 62 | 3B |
| Octal | 375 | 56 | 316 | 0 | 122 | 23 | 1 | 472 | 142 | 73 |
| Binary | 11111101 | 101110 | 11001110 | 0 | 1010010 | 10011 | 1 | 100111010 | 1100010 | 111011 |
Color Harmonies of #FD2ECE
Complementary color
Monochromatic Colors of #FD2ECE
Black with #FD2ECE
Text Example
Text Example
White with #FD2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2ECE; }
p { color: rgb(253,46,206); }
H1.HeaderClassName
{
color: #FD2ECE;
}
.AnyTagClassName
{
color: #FD2ECE;
}
</style>
background-color css
<style>
a { background-color: #FD2ECE; }
a { background-color: rgb(253,46,206); }
div.DivClassName
{
background-color: #FD2ECE;
}
.BgClassName
{
background-color: #FD2ECE;
}
</style>
border-color css
<style>
span { border-color: #FD2ECE; }
span { border-color: rgb(253,46,206); }
td.TdClassName
{
border-color: #FD2ECE;
}
.TagClassName
{
border-color: #FD2ECE;
}
</style>