Shades of Razzle Dazzle Rose #FD2BCD
Tints of Razzle Dazzle Rose #FD2BCD
RGB
CMYK
RGB Variations
Color information
#FD2BCD (or 0xFD2BCD) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2B and CD. RGB value is (253,43,205). Sum of RGB (Red+Green+Blue) = 253+43+205=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 43 (17.19% from 255 or 8.58% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2BCD is #02D432. Grayscale: #7B7B7B. Windows color (decimal): -185395 or 13446141. OLE color: 13446141.
HSL color Cylindrical-coordinate representation of color #FD2BCD: hue angle of 313.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2BCD is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 43 | 205 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.01 |
| HSL | 313.71º | 0.98% | 0.58% | - |
| HSV(B) | 313.71º | 0.83% | 0.99% | - |
| XYZ | 52.39 | 27.02 | 60.21 | - |
| YUV | 124.26 | 173.57 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 43 | 205 | 0 | 0.83 | 0.19 | 0.01 | 313.71 | 0.98 | 0.58 |
| Hex | FD | 2B | CD | 0 | 53 | 13 | 1 | 13A | 62 | 3A |
| Octal | 375 | 53 | 315 | 0 | 123 | 23 | 1 | 472 | 142 | 72 |
| Binary | 11111101 | 101011 | 11001101 | 0 | 1010011 | 10011 | 1 | 100111010 | 1100010 | 111010 |
Color Harmonies of #FD2BCD
Complementary color
Monochromatic Colors of #FD2BCD
Black with #FD2BCD
Text Example
Text Example
White with #FD2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2BCD; }
p { color: rgb(253,43,205); }
H1.HeaderClassName
{
color: #FD2BCD;
}
.AnyTagClassName
{
color: #FD2BCD;
}
</style>
background-color css
<style>
a { background-color: #FD2BCD; }
a { background-color: rgb(253,43,205); }
div.DivClassName
{
background-color: #FD2BCD;
}
.BgClassName
{
background-color: #FD2BCD;
}
</style>
border-color css
<style>
span { border-color: #FD2BCD; }
span { border-color: rgb(253,43,205); }
td.TdClassName
{
border-color: #FD2BCD;
}
.TagClassName
{
border-color: #FD2BCD;
}
</style>