Shades of Razzle Dazzle Rose #FB3CDC
Tints of Razzle Dazzle Rose #FB3CDC
RGB
CMYK
RGB Variations
Color information
#FB3CDC (or 0xFB3CDC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3C and DC. RGB value is (251,60,220). Sum of RGB (Red+Green+Blue) = 251+60+220=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 60 (23.83% from 255 or 11.30% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3CDC is #04C323. Grayscale: #868686. Windows color (decimal): -312100 or 14433531. OLE color: 14433531.
HSL color Cylindrical-coordinate representation of color #FB3CDC: hue angle of 309.74º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3CDC is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 220 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.02 |
| HSL | 309.74º | 0.96% | 0.61% | - |
| HSV(B) | 309.74º | 0.76% | 0.98% | - |
| XYZ | 54.32 | 28.91 | 70.43 | - |
| YUV | 135.35 | 175.78 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 220 | 0 | 0.76 | 0.12 | 0.02 | 309.74 | 0.96 | 0.61 |
| Hex | FB | 3C | DC | 0 | 4C | C | 2 | 136 | 60 | 3D |
| Octal | 373 | 74 | 334 | 0 | 114 | 14 | 2 | 466 | 140 | 75 |
| Binary | 11111011 | 111100 | 11011100 | 0 | 1001100 | 1100 | 10 | 100110110 | 1100000 | 111101 |
Color Harmonies of #FB3CDC
Complementary color
Monochromatic Colors of #FB3CDC
Black with #FB3CDC
Text Example
Text Example
White with #FB3CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3CDC; }
p { color: rgb(251,60,220); }
H1.HeaderClassName
{
color: #FB3CDC;
}
.AnyTagClassName
{
color: #FB3CDC;
}
</style>
background-color css
<style>
a { background-color: #FB3CDC; }
a { background-color: rgb(251,60,220); }
div.DivClassName
{
background-color: #FB3CDC;
}
.BgClassName
{
background-color: #FB3CDC;
}
</style>
border-color css
<style>
span { border-color: #FB3CDC; }
span { border-color: rgb(251,60,220); }
td.TdClassName
{
border-color: #FB3CDC;
}
.TagClassName
{
border-color: #FB3CDC;
}
</style>