Shades of Cotton Candy #FBB8D3
Tints of Cotton Candy #FBB8D3
RGB
CMYK
RGB Variations
Color information
#FBB8D3 (or 0xFBB8D3) is known color: Cotton Candy. HEX triplet: FB, B8 and D3. RGB value is (251,184,211). Sum of RGB (Red+Green+Blue) = 251+184+211=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 184 (72.27% from 255 or 28.48% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8D3 is #04472C. Grayscale: #CFCFCF. Windows color (decimal): -280365 or 13875451. OLE color: 13875451.
HSL color Cylindrical-coordinate representation of color #FBB8D3: hue angle of 335.82º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB8D3 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 211 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.02 |
| HSL | 335.82º | 0.89% | 0.85% | - |
| HSV(B) | 335.82º | 0.27% | 0.98% | - |
| XYZ | 68.68 | 59.49 | 69.49 | - |
| YUV | 207.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 211 | 0 | 0.27 | 0.16 | 0.02 | 335.82 | 0.89 | 0.85 |
| Hex | FB | B8 | D3 | 0 | 1B | 10 | 2 | 150 | 59 | 55 |
| Octal | 373 | 270 | 323 | 0 | 33 | 20 | 2 | 520 | 131 | 125 |
| Binary | 11111011 | 10111000 | 11010011 | 0 | 11011 | 10000 | 10 | 101010000 | 1011001 | 1010101 |
Color Harmonies of #FBB8D3
Complementary color
Monochromatic Colors of #FBB8D3
Black with #FBB8D3
Text Example
Text Example
White with #FBB8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB8D3; }
p { color: rgb(251,184,211); }
H1.HeaderClassName
{
color: #FBB8D3;
}
.AnyTagClassName
{
color: #FBB8D3;
}
</style>
background-color css
<style>
a { background-color: #FBB8D3; }
a { background-color: rgb(251,184,211); }
div.DivClassName
{
background-color: #FBB8D3;
}
.BgClassName
{
background-color: #FBB8D3;
}
</style>
border-color css
<style>
span { border-color: #FBB8D3; }
span { border-color: rgb(251,184,211); }
td.TdClassName
{
border-color: #FBB8D3;
}
.TagClassName
{
border-color: #FBB8D3;
}
</style>