Shades of Razzle Dazzle Rose #FB3CDD
Tints of Razzle Dazzle Rose #FB3CDD
RGB
CMYK
RGB Variations
Color information
#FB3CDD (or 0xFB3CDD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3C and DD. RGB value is (251,60,221). Sum of RGB (Red+Green+Blue) = 251+60+221=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 60 (23.83% from 255 or 11.28% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3CDD is #04C322. Grayscale: #878787. Windows color (decimal): -312099 or 14499067. OLE color: 14499067.
HSL color Cylindrical-coordinate representation of color #FB3CDD: hue angle of 309.42º 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 #FB3CDD is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 221 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.02 |
| HSL | 309.42º | 0.96% | 0.61% | - |
| HSV(B) | 309.42º | 0.76% | 0.98% | - |
| XYZ | 54.45 | 28.96 | 71.13 | - |
| YUV | 135.46 | 176.28 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 221 | 0 | 0.76 | 0.12 | 0.02 | 309.42 | 0.96 | 0.61 |
| Hex | FB | 3C | DD | 0 | 4C | C | 2 | 135 | 60 | 3D |
| Octal | 373 | 74 | 335 | 0 | 114 | 14 | 2 | 465 | 140 | 75 |
| Binary | 11111011 | 111100 | 11011101 | 0 | 1001100 | 1100 | 10 | 100110101 | 1100000 | 111101 |
Color Harmonies of #FB3CDD
Complementary color
Monochromatic Colors of #FB3CDD
Black with #FB3CDD
Text Example
Text Example
White with #FB3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3CDD; }
p { color: rgb(251,60,221); }
H1.HeaderClassName
{
color: #FB3CDD;
}
.AnyTagClassName
{
color: #FB3CDD;
}
</style>
background-color css
<style>
a { background-color: #FB3CDD; }
a { background-color: rgb(251,60,221); }
div.DivClassName
{
background-color: #FB3CDD;
}
.BgClassName
{
background-color: #FB3CDD;
}
</style>
border-color css
<style>
span { border-color: #FB3CDD; }
span { border-color: rgb(251,60,221); }
td.TdClassName
{
border-color: #FB3CDD;
}
.TagClassName
{
border-color: #FB3CDD;
}
</style>