Shades of Cotton Candy #FFB2D4
Tints of Cotton Candy #FFB2D4
RGB
CMYK
RGB Variations
Color information
#FFB2D4 (or 0xFFB2D4) is known color: Cotton Candy. HEX triplet: FF, B2 and D4. RGB value is (255,178,212). Sum of RGB (Red+Green+Blue) = 255+178+212=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 178 (69.92% from 255 or 27.60% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2D4 is #004D2B. Grayscale: #CCCCCC. Windows color (decimal): -19756 or 13939455. OLE color: 13939455.
HSL color Cylindrical-coordinate representation of color #FFB2D4: hue angle of 333.51º 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 #FFB2D4 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 212 | - |
| CMYK | 0 | 0.30 | 0.17 | 0 |
| HSL | 333.51º | 1% | 0.85% | - |
| HSV(B) | 333.51º | 0.3% | 1% | - |
| XYZ | 69.04 | 57.85 | 69.82 | - |
| YUV | 204.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 212 | 0 | 0.30 | 0.17 | 0 | 333.51 | 1 | 0.85 |
| Hex | FF | B2 | D4 | 0 | 1E | 11 | 0 | 14E | 64 | 55 |
| Octal | 377 | 262 | 324 | 0 | 36 | 21 | 0 | 516 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11010100 | 0 | 11110 | 10001 | 0 | 101001110 | 1100100 | 1010101 |
Color Harmonies of #FFB2D4
Complementary color
Monochromatic Colors of #FFB2D4
Black with #FFB2D4
Text Example
Text Example
White with #FFB2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2D4; }
p { color: rgb(255,178,212); }
H1.HeaderClassName
{
color: #FFB2D4;
}
.AnyTagClassName
{
color: #FFB2D4;
}
</style>
background-color css
<style>
a { background-color: #FFB2D4; }
a { background-color: rgb(255,178,212); }
div.DivClassName
{
background-color: #FFB2D4;
}
.BgClassName
{
background-color: #FFB2D4;
}
</style>
border-color css
<style>
span { border-color: #FFB2D4; }
span { border-color: rgb(255,178,212); }
td.TdClassName
{
border-color: #FFB2D4;
}
.TagClassName
{
border-color: #FFB2D4;
}
</style>