Shades of Cotton Candy #FFB2CE
Tints of Cotton Candy #FFB2CE
RGB
CMYK
RGB Variations
Color information
#FFB2CE (or 0xFFB2CE) is known color: Cotton Candy. HEX triplet: FF, B2 and CE. RGB value is (255,178,206). Sum of RGB (Red+Green+Blue) = 255+178+206=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2CE is #004D31. Grayscale: #CCCCCC. Windows color (decimal): -19762 or 13546239. OLE color: 13546239.
HSL color Cylindrical-coordinate representation of color #FFB2CE: hue angle of 338.18º 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 #FFB2CE is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 206 | - |
| CMYK | 0 | 0.30 | 0.19 | 0 |
| HSL | 338.18º | 1% | 0.85% | - |
| HSV(B) | 338.18º | 0.3% | 1% | - |
| XYZ | 68.3 | 57.56 | 65.9 | - |
| YUV | 204.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 206 | 0 | 0.30 | 0.19 | 0 | 338.18 | 1 | 0.85 |
| Hex | FF | B2 | CE | 0 | 1E | 13 | 0 | 152 | 64 | 55 |
| Octal | 377 | 262 | 316 | 0 | 36 | 23 | 0 | 522 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11001110 | 0 | 11110 | 10011 | 0 | 101010010 | 1100100 | 1010101 |
Color Harmonies of #FFB2CE
Complementary color
Monochromatic Colors of #FFB2CE
Black with #FFB2CE
Text Example
Text Example
White with #FFB2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2CE; }
p { color: rgb(255,178,206); }
H1.HeaderClassName
{
color: #FFB2CE;
}
.AnyTagClassName
{
color: #FFB2CE;
}
</style>
background-color css
<style>
a { background-color: #FFB2CE; }
a { background-color: rgb(255,178,206); }
div.DivClassName
{
background-color: #FFB2CE;
}
.BgClassName
{
background-color: #FFB2CE;
}
</style>
border-color css
<style>
span { border-color: #FFB2CE; }
span { border-color: rgb(255,178,206); }
td.TdClassName
{
border-color: #FFB2CE;
}
.TagClassName
{
border-color: #FFB2CE;
}
</style>