Shades of Cotton Candy #FFB3CE
Tints of Cotton Candy #FFB3CE
RGB
CMYK
RGB Variations
Color information
#FFB3CE (or 0xFFB3CE) is known color: Cotton Candy. HEX triplet: FF, B3 and CE. RGB value is (255,179,206). Sum of RGB (Red+Green+Blue) = 255+179+206=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 179 (70.31% from 255 or 27.97% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3CE is #004C31. Grayscale: #CCCCCC. Windows color (decimal): -19506 or 13546495. OLE color: 13546495.
HSL color Cylindrical-coordinate representation of color #FFB3CE: hue angle of 338.68º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB3CE is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 206 | - |
| CMYK | 0 | 0.30 | 0.19 | 0 |
| HSL | 338.68º | 1% | 0.85% | - |
| HSV(B) | 338.68º | 0.3% | 1% | - |
| XYZ | 68.5 | 57.96 | 65.97 | - |
| YUV | 204.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 206 | 0 | 0.30 | 0.19 | 0 | 338.68 | 1 | 0.85 |
| Hex | FF | B3 | CE | 0 | 1E | 13 | 0 | 153 | 64 | 55 |
| Octal | 377 | 263 | 316 | 0 | 36 | 23 | 0 | 523 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11001110 | 0 | 11110 | 10011 | 0 | 101010011 | 1100100 | 1010101 |
Color Harmonies of #FFB3CE
Complementary color
Monochromatic Colors of #FFB3CE
Black with #FFB3CE
Text Example
Text Example
White with #FFB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3CE; }
p { color: rgb(255,179,206); }
H1.HeaderClassName
{
color: #FFB3CE;
}
.AnyTagClassName
{
color: #FFB3CE;
}
</style>
background-color css
<style>
a { background-color: #FFB3CE; }
a { background-color: rgb(255,179,206); }
div.DivClassName
{
background-color: #FFB3CE;
}
.BgClassName
{
background-color: #FFB3CE;
}
</style>
border-color css
<style>
span { border-color: #FFB3CE; }
span { border-color: rgb(255,179,206); }
td.TdClassName
{
border-color: #FFB3CE;
}
.TagClassName
{
border-color: #FFB3CE;
}
</style>