Shades of Cotton Candy #FFB9E3
Tints of Cotton Candy #FFB9E3
RGB
CMYK
RGB Variations
Color information
#FFB9E3 (or 0xFFB9E3) is known color: Cotton Candy. HEX triplet: FF, B9 and E3. RGB value is (255,185,227). Sum of RGB (Red+Green+Blue) = 255+185+227=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 185 (72.66% from 255 or 27.74% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9E3 is #00461C. Grayscale: #D2D2D2. Windows color (decimal): -17949 or 14924287. OLE color: 14924287.
HSL color Cylindrical-coordinate representation of color #FFB9E3: hue angle of 324º 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 #FFB9E3 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 227 | - |
| CMYK | 0 | 0.27 | 0.11 | 0 |
| HSL | 324º | 1% | 0.86% | - |
| HSV(B) | 324º | 0.27% | 1% | - |
| XYZ | 72.45 | 61.5 | 80.73 | - |
| YUV | 210.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 227 | 0 | 0.27 | 0.11 | 0 | 324 | 1 | 0.86 |
| Hex | FF | B9 | E3 | 0 | 1B | B | 0 | 144 | 64 | 56 |
| Octal | 377 | 271 | 343 | 0 | 33 | 13 | 0 | 504 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11100011 | 0 | 11011 | 1011 | 0 | 101000100 | 1100100 | 1010110 |
Color Harmonies of #FFB9E3
Complementary color
Monochromatic Colors of #FFB9E3
Black with #FFB9E3
Text Example
Text Example
White with #FFB9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9E3; }
p { color: rgb(255,185,227); }
H1.HeaderClassName
{
color: #FFB9E3;
}
.AnyTagClassName
{
color: #FFB9E3;
}
</style>
background-color css
<style>
a { background-color: #FFB9E3; }
a { background-color: rgb(255,185,227); }
div.DivClassName
{
background-color: #FFB9E3;
}
.BgClassName
{
background-color: #FFB9E3;
}
</style>
border-color css
<style>
span { border-color: #FFB9E3; }
span { border-color: rgb(255,185,227); }
td.TdClassName
{
border-color: #FFB9E3;
}
.TagClassName
{
border-color: #FFB9E3;
}
</style>