Shades of Cotton Candy #FFB5E3
Tints of Cotton Candy #FFB5E3
RGB
CMYK
RGB Variations
Color information
#FFB5E3 (or 0xFFB5E3) is known color: Cotton Candy. HEX triplet: FF, B5 and E3. RGB value is (255,181,227). Sum of RGB (Red+Green+Blue) = 255+181+227=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 181 (71.09% from 255 or 27.30% from 663); Blue value is 227 (89.06% from 255 or 34.24% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5E3 is #004A1C. Grayscale: #D0D0D0. Windows color (decimal): -18973 or 14923263. OLE color: 14923263.
HSL color Cylindrical-coordinate representation of color #FFB5E3: hue angle of 322.7º 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 #FFB5E3 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 227 | - |
| CMYK | 0 | 0.29 | 0.11 | 0 |
| HSL | 322.7º | 1% | 0.85% | - |
| HSV(B) | 322.7º | 0.29% | 1% | - |
| XYZ | 71.63 | 59.85 | 80.45 | - |
| YUV | 208.37 | 138.52 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 227 | 0 | 0.29 | 0.11 | 0 | 322.7 | 1 | 0.85 |
| Hex | FF | B5 | E3 | 0 | 1D | B | 0 | 143 | 64 | 55 |
| Octal | 377 | 265 | 343 | 0 | 35 | 13 | 0 | 503 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11100011 | 0 | 11101 | 1011 | 0 | 101000011 | 1100100 | 1010101 |
Color Harmonies of #FFB5E3
Complementary color
Monochromatic Colors of #FFB5E3
Black with #FFB5E3
Text Example
Text Example
White with #FFB5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5E3; }
p { color: rgb(255,181,227); }
H1.HeaderClassName
{
color: #FFB5E3;
}
.AnyTagClassName
{
color: #FFB5E3;
}
</style>
background-color css
<style>
a { background-color: #FFB5E3; }
a { background-color: rgb(255,181,227); }
div.DivClassName
{
background-color: #FFB5E3;
}
.BgClassName
{
background-color: #FFB5E3;
}
</style>
border-color css
<style>
span { border-color: #FFB5E3; }
span { border-color: rgb(255,181,227); }
td.TdClassName
{
border-color: #FFB5E3;
}
.TagClassName
{
border-color: #FFB5E3;
}
</style>