Shades of Cotton Candy #FFB5E0
Tints of Cotton Candy #FFB5E0
RGB
CMYK
RGB Variations
Color information
#FFB5E0 (or 0xFFB5E0) is known color: Cotton Candy. HEX triplet: FF, B5 and E0. RGB value is (255,181,224). Sum of RGB (Red+Green+Blue) = 255+181+224=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 181 (71.09% from 255 or 27.42% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5E0 is #004A1F. Grayscale: #CFCFCF. Windows color (decimal): -18976 or 14726655. OLE color: 14726655.
HSL color Cylindrical-coordinate representation of color #FFB5E0: hue angle of 325.14º 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 #FFB5E0 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 224 | - |
| CMYK | 0 | 0.29 | 0.12 | 0 |
| HSL | 325.14º | 1% | 0.85% | - |
| HSV(B) | 325.14º | 0.29% | 1% | - |
| XYZ | 71.22 | 59.69 | 78.29 | - |
| YUV | 208.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 224 | 0 | 0.29 | 0.12 | 0 | 325.14 | 1 | 0.85 |
| Hex | FF | B5 | E0 | 0 | 1D | C | 0 | 145 | 64 | 55 |
| Octal | 377 | 265 | 340 | 0 | 35 | 14 | 0 | 505 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11100000 | 0 | 11101 | 1100 | 0 | 101000101 | 1100100 | 1010101 |
Color Harmonies of #FFB5E0
Complementary color
Monochromatic Colors of #FFB5E0
Black with #FFB5E0
Text Example
Text Example
White with #FFB5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5E0; }
p { color: rgb(255,181,224); }
H1.HeaderClassName
{
color: #FFB5E0;
}
.AnyTagClassName
{
color: #FFB5E0;
}
</style>
background-color css
<style>
a { background-color: #FFB5E0; }
a { background-color: rgb(255,181,224); }
div.DivClassName
{
background-color: #FFB5E0;
}
.BgClassName
{
background-color: #FFB5E0;
}
</style>
border-color css
<style>
span { border-color: #FFB5E0; }
span { border-color: rgb(255,181,224); }
td.TdClassName
{
border-color: #FFB5E0;
}
.TagClassName
{
border-color: #FFB5E0;
}
</style>