Shades of Cotton Candy #FFB9E4
Tints of Cotton Candy #FFB9E4
RGB
CMYK
RGB Variations
Color information
#FFB9E4 (or 0xFFB9E4) is known color: Cotton Candy. HEX triplet: FF, B9 and E4. RGB value is (255,185,228). Sum of RGB (Red+Green+Blue) = 255+185+228=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 185 (72.66% from 255 or 27.69% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9E4 is #00461B. Grayscale: #D2D2D2. Windows color (decimal): -17948 or 14989823. OLE color: 14989823.
HSL color Cylindrical-coordinate representation of color #FFB9E4: hue angle of 323.14º 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 #FFB9E4 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 228 | - |
| CMYK | 0 | 0.27 | 0.11 | 0 |
| HSL | 323.14º | 1% | 0.86% | - |
| HSV(B) | 323.14º | 0.27% | 1% | - |
| XYZ | 72.59 | 61.56 | 81.45 | - |
| YUV | 210.83 | 137.69 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 228 | 0 | 0.27 | 0.11 | 0 | 323.14 | 1 | 0.86 |
| Hex | FF | B9 | E4 | 0 | 1B | B | 0 | 143 | 64 | 56 |
| Octal | 377 | 271 | 344 | 0 | 33 | 13 | 0 | 503 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11100100 | 0 | 11011 | 1011 | 0 | 101000011 | 1100100 | 1010110 |
Color Harmonies of #FFB9E4
Complementary color
Monochromatic Colors of #FFB9E4
Black with #FFB9E4
Text Example
Text Example
White with #FFB9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9E4; }
p { color: rgb(255,185,228); }
H1.HeaderClassName
{
color: #FFB9E4;
}
.AnyTagClassName
{
color: #FFB9E4;
}
</style>
background-color css
<style>
a { background-color: #FFB9E4; }
a { background-color: rgb(255,185,228); }
div.DivClassName
{
background-color: #FFB9E4;
}
.BgClassName
{
background-color: #FFB9E4;
}
</style>
border-color css
<style>
span { border-color: #FFB9E4; }
span { border-color: rgb(255,185,228); }
td.TdClassName
{
border-color: #FFB9E4;
}
.TagClassName
{
border-color: #FFB9E4;
}
</style>