Shades of Cotton Candy #FFB5D2
Tints of Cotton Candy #FFB5D2
RGB
CMYK
RGB Variations
Color information
#FFB5D2 (or 0xFFB5D2) is known color: Cotton Candy. HEX triplet: FF, B5 and D2. RGB value is (255,181,210). Sum of RGB (Red+Green+Blue) = 255+181+210=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5D2 is #004A2D. Grayscale: #CECECE. Windows color (decimal): -18990 or 13809151. OLE color: 13809151.
HSL color Cylindrical-coordinate representation of color #FFB5D2: hue angle of 336.49º 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 #FFB5D2 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 210 | - |
| CMYK | 0 | 0.29 | 0.18 | 0 |
| HSL | 336.49º | 1% | 0.85% | - |
| HSV(B) | 336.49º | 0.29% | 1% | - |
| XYZ | 69.4 | 58.96 | 68.7 | - |
| YUV | 206.43 | 130.02 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 210 | 0 | 0.29 | 0.18 | 0 | 336.49 | 1 | 0.85 |
| Hex | FF | B5 | D2 | 0 | 1D | 12 | 0 | 150 | 64 | 55 |
| Octal | 377 | 265 | 322 | 0 | 35 | 22 | 0 | 520 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11010010 | 0 | 11101 | 10010 | 0 | 101010000 | 1100100 | 1010101 |
Color Harmonies of #FFB5D2
Complementary color
Monochromatic Colors of #FFB5D2
Black with #FFB5D2
Text Example
Text Example
White with #FFB5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5D2; }
p { color: rgb(255,181,210); }
H1.HeaderClassName
{
color: #FFB5D2;
}
.AnyTagClassName
{
color: #FFB5D2;
}
</style>
background-color css
<style>
a { background-color: #FFB5D2; }
a { background-color: rgb(255,181,210); }
div.DivClassName
{
background-color: #FFB5D2;
}
.BgClassName
{
background-color: #FFB5D2;
}
</style>
border-color css
<style>
span { border-color: #FFB5D2; }
span { border-color: rgb(255,181,210); }
td.TdClassName
{
border-color: #FFB5D2;
}
.TagClassName
{
border-color: #FFB5D2;
}
</style>