Shades of Cotton Candy #FFB2CD
Tints of Cotton Candy #FFB2CD
RGB
CMYK
RGB Variations
Color information
#FFB2CD (or 0xFFB2CD) is known color: Cotton Candy. HEX triplet: FF, B2 and CD. RGB value is (255,178,205). Sum of RGB (Red+Green+Blue) = 255+178+205=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 178 (69.92% from 255 or 27.90% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2CD is #004D32. Grayscale: #CCCCCC. Windows color (decimal): -19763 or 13480703. OLE color: 13480703.
HSL color Cylindrical-coordinate representation of color #FFB2CD: hue angle of 338.96º 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 #FFB2CD is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 205 | - |
| CMYK | 0 | 0.30 | 0.20 | 0 |
| HSL | 338.96º | 1% | 0.85% | - |
| HSV(B) | 338.96º | 0.3% | 1% | - |
| XYZ | 68.18 | 57.51 | 65.26 | - |
| YUV | 204.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 205 | 0 | 0.30 | 0.20 | 0 | 338.96 | 1 | 0.85 |
| Hex | FF | B2 | CD | 0 | 1E | 14 | 0 | 153 | 64 | 55 |
| Octal | 377 | 262 | 315 | 0 | 36 | 24 | 0 | 523 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11001101 | 0 | 11110 | 10100 | 0 | 101010011 | 1100100 | 1010101 |
Color Harmonies of #FFB2CD
Complementary color
Monochromatic Colors of #FFB2CD
Black with #FFB2CD
Text Example
Text Example
White with #FFB2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2CD; }
p { color: rgb(255,178,205); }
H1.HeaderClassName
{
color: #FFB2CD;
}
.AnyTagClassName
{
color: #FFB2CD;
}
</style>
background-color css
<style>
a { background-color: #FFB2CD; }
a { background-color: rgb(255,178,205); }
div.DivClassName
{
background-color: #FFB2CD;
}
.BgClassName
{
background-color: #FFB2CD;
}
</style>
border-color css
<style>
span { border-color: #FFB2CD; }
span { border-color: rgb(255,178,205); }
td.TdClassName
{
border-color: #FFB2CD;
}
.TagClassName
{
border-color: #FFB2CD;
}
</style>