Shades of Cotton Candy #FFB8E2
Tints of Cotton Candy #FFB8E2
RGB
CMYK
RGB Variations
Color information
#FFB8E2 (or 0xFFB8E2) is known color: Cotton Candy. HEX triplet: FF, B8 and E2. RGB value is (255,184,226). Sum of RGB (Red+Green+Blue) = 255+184+226=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 184 (72.27% from 255 or 27.67% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8E2 is #00471D. Grayscale: #D1D1D1. Windows color (decimal): -18206 or 14858495. OLE color: 14858495.
HSL color Cylindrical-coordinate representation of color #FFB8E2: hue angle of 324.51º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB8E2 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 226 | - |
| CMYK | 0 | 0.28 | 0.11 | 0 |
| HSL | 324.51º | 1% | 0.86% | - |
| HSV(B) | 324.51º | 0.28% | 1% | - |
| XYZ | 72.11 | 61.03 | 79.93 | - |
| YUV | 210.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 226 | 0 | 0.28 | 0.11 | 0 | 324.51 | 1 | 0.86 |
| Hex | FF | B8 | E2 | 0 | 1C | B | 0 | 145 | 64 | 56 |
| Octal | 377 | 270 | 342 | 0 | 34 | 13 | 0 | 505 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11100010 | 0 | 11100 | 1011 | 0 | 101000101 | 1100100 | 1010110 |
Color Harmonies of #FFB8E2
Complementary color
Monochromatic Colors of #FFB8E2
Black with #FFB8E2
Text Example
Text Example
White with #FFB8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8E2; }
p { color: rgb(255,184,226); }
H1.HeaderClassName
{
color: #FFB8E2;
}
.AnyTagClassName
{
color: #FFB8E2;
}
</style>
background-color css
<style>
a { background-color: #FFB8E2; }
a { background-color: rgb(255,184,226); }
div.DivClassName
{
background-color: #FFB8E2;
}
.BgClassName
{
background-color: #FFB8E2;
}
</style>
border-color css
<style>
span { border-color: #FFB8E2; }
span { border-color: rgb(255,184,226); }
td.TdClassName
{
border-color: #FFB8E2;
}
.TagClassName
{
border-color: #FFB8E2;
}
</style>