Shades of Cotton Candy #FFB9E5
Tints of Cotton Candy #FFB9E5
RGB
CMYK
RGB Variations
Color information
#FFB9E5 (or 0xFFB9E5) is known color: Cotton Candy. HEX triplet: FF, B9 and E5. RGB value is (255,185,229). Sum of RGB (Red+Green+Blue) = 255+185+229=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 185 (72.66% from 255 or 27.65% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9E5 is #00461A. Grayscale: #D2D2D2. Windows color (decimal): -17947 or 15055359. OLE color: 15055359.
HSL color Cylindrical-coordinate representation of color #FFB9E5: hue angle of 322.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFB9E5 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 229 | - |
| CMYK | 0 | 0.27 | 0.10 | 0 |
| HSL | 322.29º | 1% | 0.86% | - |
| HSV(B) | 322.29º | 0.27% | 1% | - |
| XYZ | 72.73 | 61.62 | 82.19 | - |
| YUV | 210.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 229 | 0 | 0.27 | 0.10 | 0 | 322.29 | 1 | 0.86 |
| Hex | FF | B9 | E5 | 0 | 1B | A | 0 | 142 | 64 | 56 |
| Octal | 377 | 271 | 345 | 0 | 33 | 12 | 0 | 502 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11100101 | 0 | 11011 | 1010 | 0 | 101000010 | 1100100 | 1010110 |
Color Harmonies of #FFB9E5
Complementary color
Monochromatic Colors of #FFB9E5
Black with #FFB9E5
Text Example
Text Example
White with #FFB9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9E5; }
p { color: rgb(255,185,229); }
H1.HeaderClassName
{
color: #FFB9E5;
}
.AnyTagClassName
{
color: #FFB9E5;
}
</style>
background-color css
<style>
a { background-color: #FFB9E5; }
a { background-color: rgb(255,185,229); }
div.DivClassName
{
background-color: #FFB9E5;
}
.BgClassName
{
background-color: #FFB9E5;
}
</style>
border-color css
<style>
span { border-color: #FFB9E5; }
span { border-color: rgb(255,185,229); }
td.TdClassName
{
border-color: #FFB9E5;
}
.TagClassName
{
border-color: #FFB9E5;
}
</style>