Shades of Cotton Candy #FBB4D3
Tints of Cotton Candy #FBB4D3
RGB
CMYK
RGB Variations
Color information
#FBB4D3 (or 0xFBB4D3) is known color: Cotton Candy. HEX triplet: FB, B4 and D3. RGB value is (251,180,211). Sum of RGB (Red+Green+Blue) = 251+180+211=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 180 (70.70% from 255 or 28.04% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4D3 is #044B2C. Grayscale: #CCCCCC. Windows color (decimal): -281389 or 13874427. OLE color: 13874427.
HSL color Cylindrical-coordinate representation of color #FBB4D3: hue angle of 333.8º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB4D3 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 211 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.02 |
| HSL | 333.8º | 0.9% | 0.85% | - |
| HSV(B) | 333.8º | 0.28% | 0.98% | - |
| XYZ | 67.86 | 57.85 | 69.22 | - |
| YUV | 204.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 211 | 0 | 0.28 | 0.16 | 0.02 | 333.8 | 0.9 | 0.85 |
| Hex | FB | B4 | D3 | 0 | 1C | 10 | 2 | 14E | 5A | 55 |
| Octal | 373 | 264 | 323 | 0 | 34 | 20 | 2 | 516 | 132 | 125 |
| Binary | 11111011 | 10110100 | 11010011 | 0 | 11100 | 10000 | 10 | 101001110 | 1011010 | 1010101 |
Color Harmonies of #FBB4D3
Complementary color
Monochromatic Colors of #FBB4D3
Black with #FBB4D3
Text Example
Text Example
White with #FBB4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB4D3; }
p { color: rgb(251,180,211); }
H1.HeaderClassName
{
color: #FBB4D3;
}
.AnyTagClassName
{
color: #FBB4D3;
}
</style>
background-color css
<style>
a { background-color: #FBB4D3; }
a { background-color: rgb(251,180,211); }
div.DivClassName
{
background-color: #FBB4D3;
}
.BgClassName
{
background-color: #FBB4D3;
}
</style>
border-color css
<style>
span { border-color: #FBB4D3; }
span { border-color: rgb(251,180,211); }
td.TdClassName
{
border-color: #FBB4D3;
}
.TagClassName
{
border-color: #FBB4D3;
}
</style>