Shades of Cotton Candy #FFB3D2
Tints of Cotton Candy #FFB3D2
RGB
CMYK
RGB Variations
Color information
#FFB3D2 (or 0xFFB3D2) is known color: Cotton Candy. HEX triplet: FF, B3 and D2. RGB value is (255,179,210). Sum of RGB (Red+Green+Blue) = 255+179+210=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 179 (70.31% from 255 or 27.80% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3D2 is #004C2D. Grayscale: #CDCDCD. Windows color (decimal): -19502 or 13808639. OLE color: 13808639.
HSL color Cylindrical-coordinate representation of color #FFB3D2: hue angle of 335.53º 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 #FFB3D2 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 210 | - |
| CMYK | 0 | 0.30 | 0.18 | 0 |
| HSL | 335.53º | 1% | 0.85% | - |
| HSV(B) | 335.53º | 0.3% | 1% | - |
| XYZ | 68.99 | 58.15 | 68.56 | - |
| YUV | 205.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 210 | 0 | 0.30 | 0.18 | 0 | 335.53 | 1 | 0.85 |
| Hex | FF | B3 | D2 | 0 | 1E | 12 | 0 | 150 | 64 | 55 |
| Octal | 377 | 263 | 322 | 0 | 36 | 22 | 0 | 520 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11010010 | 0 | 11110 | 10010 | 0 | 101010000 | 1100100 | 1010101 |
Color Harmonies of #FFB3D2
Complementary color
Monochromatic Colors of #FFB3D2
Black with #FFB3D2
Text Example
Text Example
White with #FFB3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3D2; }
p { color: rgb(255,179,210); }
H1.HeaderClassName
{
color: #FFB3D2;
}
.AnyTagClassName
{
color: #FFB3D2;
}
</style>
background-color css
<style>
a { background-color: #FFB3D2; }
a { background-color: rgb(255,179,210); }
div.DivClassName
{
background-color: #FFB3D2;
}
.BgClassName
{
background-color: #FFB3D2;
}
</style>
border-color css
<style>
span { border-color: #FFB3D2; }
span { border-color: rgb(255,179,210); }
td.TdClassName
{
border-color: #FFB3D2;
}
.TagClassName
{
border-color: #FFB3D2;
}
</style>