Shades of Cotton Candy #FFB8CE
Tints of Cotton Candy #FFB8CE
RGB
CMYK
RGB Variations
Color information
#FFB8CE (or 0xFFB8CE) is known color: Cotton Candy. HEX triplet: FF, B8 and CE. RGB value is (255,184,206). Sum of RGB (Red+Green+Blue) = 255+184+206=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 184 (72.27% from 255 or 28.53% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8CE is #004731. Grayscale: #CFCFCF. Windows color (decimal): -18226 or 13547775. OLE color: 13547775.
HSL color Cylindrical-coordinate representation of color #FFB8CE: hue angle of 341.41º 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 #FFB8CE is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 206 | - |
| CMYK | 0 | 0.28 | 0.19 | 0 |
| HSL | 341.41º | 1% | 0.86% | - |
| HSV(B) | 341.41º | 0.28% | 1% | - |
| XYZ | 69.52 | 60 | 66.31 | - |
| YUV | 207.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 206 | 0 | 0.28 | 0.19 | 0 | 341.41 | 1 | 0.86 |
| Hex | FF | B8 | CE | 0 | 1C | 13 | 0 | 155 | 64 | 56 |
| Octal | 377 | 270 | 316 | 0 | 34 | 23 | 0 | 525 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11001110 | 0 | 11100 | 10011 | 0 | 101010101 | 1100100 | 1010110 |
Color Harmonies of #FFB8CE
Complementary color
Monochromatic Colors of #FFB8CE
Black with #FFB8CE
Text Example
Text Example
White with #FFB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8CE; }
p { color: rgb(255,184,206); }
H1.HeaderClassName
{
color: #FFB8CE;
}
.AnyTagClassName
{
color: #FFB8CE;
}
</style>
background-color css
<style>
a { background-color: #FFB8CE; }
a { background-color: rgb(255,184,206); }
div.DivClassName
{
background-color: #FFB8CE;
}
.BgClassName
{
background-color: #FFB8CE;
}
</style>
border-color css
<style>
span { border-color: #FFB8CE; }
span { border-color: rgb(255,184,206); }
td.TdClassName
{
border-color: #FFB8CE;
}
.TagClassName
{
border-color: #FFB8CE;
}
</style>