Shades of Cotton Candy #FFB8D5
Tints of Cotton Candy #FFB8D5
RGB
CMYK
RGB Variations
Color information
#FFB8D5 (or 0xFFB8D5) is known color: Cotton Candy. HEX triplet: FF, B8 and D5. RGB value is (255,184,213). Sum of RGB (Red+Green+Blue) = 255+184+213=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 184 (72.27% from 255 or 28.22% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8D5 is #00472A. Grayscale: #D0D0D0. Windows color (decimal): -18219 or 14006527. OLE color: 14006527.
HSL color Cylindrical-coordinate representation of color #FFB8D5: hue angle of 335.49º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB8D5 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 213 | - |
| CMYK | 0 | 0.28 | 0.16 | 0 |
| HSL | 335.49º | 1% | 0.86% | - |
| HSV(B) | 335.49º | 0.28% | 1% | - |
| XYZ | 70.39 | 60.35 | 70.89 | - |
| YUV | 208.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 213 | 0 | 0.28 | 0.16 | 0 | 335.49 | 1 | 0.86 |
| Hex | FF | B8 | D5 | 0 | 1C | 10 | 0 | 14F | 64 | 56 |
| Octal | 377 | 270 | 325 | 0 | 34 | 20 | 0 | 517 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11010101 | 0 | 11100 | 10000 | 0 | 101001111 | 1100100 | 1010110 |
Color Harmonies of #FFB8D5
Complementary color
Monochromatic Colors of #FFB8D5
Black with #FFB8D5
Text Example
Text Example
White with #FFB8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8D5; }
p { color: rgb(255,184,213); }
H1.HeaderClassName
{
color: #FFB8D5;
}
.AnyTagClassName
{
color: #FFB8D5;
}
</style>
background-color css
<style>
a { background-color: #FFB8D5; }
a { background-color: rgb(255,184,213); }
div.DivClassName
{
background-color: #FFB8D5;
}
.BgClassName
{
background-color: #FFB8D5;
}
</style>
border-color css
<style>
span { border-color: #FFB8D5; }
span { border-color: rgb(255,184,213); }
td.TdClassName
{
border-color: #FFB8D5;
}
.TagClassName
{
border-color: #FFB8D5;
}
</style>