Shades of Cotton Candy #FBB5DB
Tints of Cotton Candy #FBB5DB
RGB
CMYK
RGB Variations
Color information
#FBB5DB (or 0xFBB5DB) is known color: Cotton Candy. HEX triplet: FB, B5 and DB. RGB value is (251,181,219). Sum of RGB (Red+Green+Blue) = 251+181+219=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 181 (71.09% from 255 or 27.80% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB5DB is #044A24. Grayscale: #CECECE. Windows color (decimal): -281125 or 14398971. OLE color: 14398971.
HSL color Cylindrical-coordinate representation of color #FBB5DB: hue angle of 327.43º 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 #FBB5DB is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 181 | 219 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.02 |
| HSL | 327.43º | 0.9% | 0.85% | - |
| HSV(B) | 327.43º | 0.28% | 0.98% | - |
| XYZ | 69.09 | 58.67 | 74.7 | - |
| YUV | 206.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 181 | 219 | 0 | 0.28 | 0.13 | 0.02 | 327.43 | 0.9 | 0.85 |
| Hex | FB | B5 | DB | 0 | 1C | D | 2 | 147 | 5A | 55 |
| Octal | 373 | 265 | 333 | 0 | 34 | 15 | 2 | 507 | 132 | 125 |
| Binary | 11111011 | 10110101 | 11011011 | 0 | 11100 | 1101 | 10 | 101000111 | 1011010 | 1010101 |
Color Harmonies of #FBB5DB
Complementary color
Monochromatic Colors of #FBB5DB
Black with #FBB5DB
Text Example
Text Example
White with #FBB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB5DB; }
p { color: rgb(251,181,219); }
H1.HeaderClassName
{
color: #FBB5DB;
}
.AnyTagClassName
{
color: #FBB5DB;
}
</style>
background-color css
<style>
a { background-color: #FBB5DB; }
a { background-color: rgb(251,181,219); }
div.DivClassName
{
background-color: #FBB5DB;
}
.BgClassName
{
background-color: #FBB5DB;
}
</style>
border-color css
<style>
span { border-color: #FBB5DB; }
span { border-color: rgb(251,181,219); }
td.TdClassName
{
border-color: #FBB5DB;
}
.TagClassName
{
border-color: #FBB5DB;
}
</style>