Shades of Cotton Candy #FFB5D0
Tints of Cotton Candy #FFB5D0
RGB
CMYK
RGB Variations
Color information
#FFB5D0 (or 0xFFB5D0) is known color: Cotton Candy. HEX triplet: FF, B5 and D0. RGB value is (255,181,208). Sum of RGB (Red+Green+Blue) = 255+181+208=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5D0 is #004A2F. Grayscale: #CECECE. Windows color (decimal): -18992 or 13678079. OLE color: 13678079.
HSL color Cylindrical-coordinate representation of color #FFB5D0: hue angle of 338.11º 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 #FFB5D0 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 181 | 208 | - |
CMYK | 0 | 0.29 | 0.18 | 0 |
HSL | 338.11º | 1% | 0.85% | - |
HSV(B) | 338.11º | 0.29% | 1% | - |
XYZ | 69.15 | 58.86 | 67.39 | - |
YUV | 206.2 | 129.02 | 162.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 181 | 208 | 0 | 0.29 | 0.18 | 0 | 338.11 | 1 | 0.85 |
Hex | FF | B5 | D0 | 0 | 1D | 12 | 0 | 152 | 64 | 55 |
Octal | 377 | 265 | 320 | 0 | 35 | 22 | 0 | 522 | 144 | 125 |
Binary | 11111111 | 10110101 | 11010000 | 0 | 11101 | 10010 | 0 | 101010010 | 1100100 | 1010101 |
Color Harmonies of #FFB5D0
Complementary color
Monochromatic Colors of #FFB5D0
Black with #FFB5D0
Text Example
Text Example
White with #FFB5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5D0; }
p { color: rgb(255,181,208); }
H1.HeaderClassName
{
color: #FFB5D0;
}
.AnyTagClassName
{
color: #FFB5D0;
}
</style>
background-color css
<style>
a { background-color: #FFB5D0; }
a { background-color: rgb(255,181,208); }
div.DivClassName
{
background-color: #FFB5D0;
}
.BgClassName
{
background-color: #FFB5D0;
}
</style>
border-color css
<style>
span { border-color: #FFB5D0; }
span { border-color: rgb(255,181,208); }
td.TdClassName
{
border-color: #FFB5D0;
}
.TagClassName
{
border-color: #FFB5D0;
}
</style>