Shades of Cotton Candy #FFB3D4
Tints of Cotton Candy #FFB3D4
RGB
CMYK
RGB Variations
Color information
#FFB3D4 (or 0xFFB3D4) is known color: Cotton Candy. HEX triplet: FF, B3 and D4. RGB value is (255,179,212). Sum of RGB (Red+Green+Blue) = 255+179+212=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 179 (70.31% from 255 or 27.71% from 646); Blue value is 212 (83.20% from 255 or 32.82% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3D4 is #004C2B. Grayscale: #CDCDCD. Windows color (decimal): -19500 or 13939711. OLE color: 13939711.
HSL color Cylindrical-coordinate representation of color #FFB3D4: hue angle of 333.95º 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 #FFB3D4 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 212 | - |
| CMYK | 0 | 0.30 | 0.17 | 0 |
| HSL | 333.95º | 1% | 0.85% | - |
| HSV(B) | 333.95º | 0.3% | 1% | - |
| XYZ | 69.24 | 58.25 | 69.88 | - |
| YUV | 205.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 212 | 0 | 0.30 | 0.17 | 0 | 333.95 | 1 | 0.85 |
| Hex | FF | B3 | D4 | 0 | 1E | 11 | 0 | 14E | 64 | 55 |
| Octal | 377 | 263 | 324 | 0 | 36 | 21 | 0 | 516 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11010100 | 0 | 11110 | 10001 | 0 | 101001110 | 1100100 | 1010101 |
Color Harmonies of #FFB3D4
Complementary color
Monochromatic Colors of #FFB3D4
Black with #FFB3D4
Text Example
Text Example
White with #FFB3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3D4; }
p { color: rgb(255,179,212); }
H1.HeaderClassName
{
color: #FFB3D4;
}
.AnyTagClassName
{
color: #FFB3D4;
}
</style>
background-color css
<style>
a { background-color: #FFB3D4; }
a { background-color: rgb(255,179,212); }
div.DivClassName
{
background-color: #FFB3D4;
}
.BgClassName
{
background-color: #FFB3D4;
}
</style>
border-color css
<style>
span { border-color: #FFB3D4; }
span { border-color: rgb(255,179,212); }
td.TdClassName
{
border-color: #FFB3D4;
}
.TagClassName
{
border-color: #FFB3D4;
}
</style>