Shades of Cotton Candy #FFB5D4
Tints of Cotton Candy #FFB5D4
RGB
CMYK
RGB Variations
Color information
#FFB5D4 (or 0xFFB5D4) is known color: Cotton Candy. HEX triplet: FF, B5 and D4. RGB value is (255,181,212). Sum of RGB (Red+Green+Blue) = 255+181+212=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 181 (71.09% from 255 or 27.93% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5D4 is #004A2B. Grayscale: #CECECE. Windows color (decimal): -18988 or 13940223. OLE color: 13940223.
HSL color Cylindrical-coordinate representation of color #FFB5D4: hue angle of 334.86º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB5D4 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 212 | - |
| CMYK | 0 | 0.29 | 0.17 | 0 |
| HSL | 334.86º | 1% | 0.85% | - |
| HSV(B) | 334.86º | 0.29% | 1% | - |
| XYZ | 69.65 | 59.06 | 70.02 | - |
| YUV | 206.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 212 | 0 | 0.29 | 0.17 | 0 | 334.86 | 1 | 0.85 |
| Hex | FF | B5 | D4 | 0 | 1D | 11 | 0 | 14F | 64 | 55 |
| Octal | 377 | 265 | 324 | 0 | 35 | 21 | 0 | 517 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11010100 | 0 | 11101 | 10001 | 0 | 101001111 | 1100100 | 1010101 |
Color Harmonies of #FFB5D4
Complementary color
Monochromatic Colors of #FFB5D4
Black with #FFB5D4
Text Example
Text Example
White with #FFB5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5D4; }
p { color: rgb(255,181,212); }
H1.HeaderClassName
{
color: #FFB5D4;
}
.AnyTagClassName
{
color: #FFB5D4;
}
</style>
background-color css
<style>
a { background-color: #FFB5D4; }
a { background-color: rgb(255,181,212); }
div.DivClassName
{
background-color: #FFB5D4;
}
.BgClassName
{
background-color: #FFB5D4;
}
</style>
border-color css
<style>
span { border-color: #FFB5D4; }
span { border-color: rgb(255,181,212); }
td.TdClassName
{
border-color: #FFB5D4;
}
.TagClassName
{
border-color: #FFB5D4;
}
</style>