Shades of Razzle Dazzle Rose #FD2CCB
Tints of Razzle Dazzle Rose #FD2CCB
RGB
CMYK
RGB Variations
Color information
#FD2CCB (or 0xFD2CCB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2C and CB. RGB value is (253,44,203). Sum of RGB (Red+Green+Blue) = 253+44+203=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2CCB is #02D334. Grayscale: #7C7C7C. Windows color (decimal): -185141 or 13315325. OLE color: 13315325.
HSL color Cylindrical-coordinate representation of color #FD2CCB: hue angle of 314.35º 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 #FD2CCB is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 203 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.01 |
| HSL | 314.35º | 0.98% | 0.58% | - |
| HSV(B) | 314.35º | 0.83% | 0.99% | - |
| XYZ | 52.19 | 27 | 58.96 | - |
| YUV | 124.62 | 172.24 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 203 | 0 | 0.83 | 0.20 | 0.01 | 314.35 | 0.98 | 0.58 |
| Hex | FD | 2C | CB | 0 | 53 | 14 | 1 | 13A | 62 | 3A |
| Octal | 375 | 54 | 313 | 0 | 123 | 24 | 1 | 472 | 142 | 72 |
| Binary | 11111101 | 101100 | 11001011 | 0 | 1010011 | 10100 | 1 | 100111010 | 1100010 | 111010 |
Color Harmonies of #FD2CCB
Complementary color
Monochromatic Colors of #FD2CCB
Black with #FD2CCB
Text Example
Text Example
White with #FD2CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2CCB; }
p { color: rgb(253,44,203); }
H1.HeaderClassName
{
color: #FD2CCB;
}
.AnyTagClassName
{
color: #FD2CCB;
}
</style>
background-color css
<style>
a { background-color: #FD2CCB; }
a { background-color: rgb(253,44,203); }
div.DivClassName
{
background-color: #FD2CCB;
}
.BgClassName
{
background-color: #FD2CCB;
}
</style>
border-color css
<style>
span { border-color: #FD2CCB; }
span { border-color: rgb(253,44,203); }
td.TdClassName
{
border-color: #FD2CCB;
}
.TagClassName
{
border-color: #FD2CCB;
}
</style>