Shades of Cotton Candy #FFB2D3
Tints of Cotton Candy #FFB2D3
RGB
CMYK
RGB Variations
Color information
#FFB2D3 (or 0xFFB2D3) is known color: Cotton Candy. HEX triplet: FF, B2 and D3. RGB value is (255,178,211). Sum of RGB (Red+Green+Blue) = 255+178+211=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 178 (69.92% from 255 or 27.64% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2D3 is #004D2C. Grayscale: #CCCCCC. Windows color (decimal): -19757 or 13873919. OLE color: 13873919.
HSL color Cylindrical-coordinate representation of color #FFB2D3: hue angle of 334.29º 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 #FFB2D3 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 211 | - |
| CMYK | 0 | 0.30 | 0.17 | 0 |
| HSL | 334.29º | 1% | 0.85% | - |
| HSV(B) | 334.29º | 0.3% | 1% | - |
| XYZ | 68.92 | 57.8 | 69.15 | - |
| YUV | 204.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 211 | 0 | 0.30 | 0.17 | 0 | 334.29 | 1 | 0.85 |
| Hex | FF | B2 | D3 | 0 | 1E | 11 | 0 | 14E | 64 | 55 |
| Octal | 377 | 262 | 323 | 0 | 36 | 21 | 0 | 516 | 144 | 125 |
| Binary | 11111111 | 10110010 | 11010011 | 0 | 11110 | 10001 | 0 | 101001110 | 1100100 | 1010101 |
Color Harmonies of #FFB2D3
Complementary color
Monochromatic Colors of #FFB2D3
Black with #FFB2D3
Text Example
Text Example
White with #FFB2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2D3; }
p { color: rgb(255,178,211); }
H1.HeaderClassName
{
color: #FFB2D3;
}
.AnyTagClassName
{
color: #FFB2D3;
}
</style>
background-color css
<style>
a { background-color: #FFB2D3; }
a { background-color: rgb(255,178,211); }
div.DivClassName
{
background-color: #FFB2D3;
}
.BgClassName
{
background-color: #FFB2D3;
}
</style>
border-color css
<style>
span { border-color: #FFB2D3; }
span { border-color: rgb(255,178,211); }
td.TdClassName
{
border-color: #FFB2D3;
}
.TagClassName
{
border-color: #FFB2D3;
}
</style>