Shades of Cotton Candy #FFB8E5
Tints of Cotton Candy #FFB8E5
RGB
CMYK
RGB Variations
Color information
#FFB8E5 (or 0xFFB8E5) is known color: Cotton Candy. HEX triplet: FF, B8 and E5. RGB value is (255,184,229). Sum of RGB (Red+Green+Blue) = 255+184+229=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 184 (72.27% from 255 or 27.54% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8E5 is #00471A. Grayscale: #D2D2D2. Windows color (decimal): -18203 or 15055103. OLE color: 15055103.
HSL color Cylindrical-coordinate representation of color #FFB8E5: hue angle of 321.97º 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 #FFB8E5 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 229 | - |
| CMYK | 0 | 0.28 | 0.10 | 0 |
| HSL | 321.97º | 1% | 0.86% | - |
| HSV(B) | 321.97º | 0.28% | 1% | - |
| XYZ | 72.52 | 61.2 | 82.12 | - |
| YUV | 210.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 229 | 0 | 0.28 | 0.10 | 0 | 321.97 | 1 | 0.86 |
| Hex | FF | B8 | E5 | 0 | 1C | A | 0 | 142 | 64 | 56 |
| Octal | 377 | 270 | 345 | 0 | 34 | 12 | 0 | 502 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11100101 | 0 | 11100 | 1010 | 0 | 101000010 | 1100100 | 1010110 |
Color Harmonies of #FFB8E5
Complementary color
Monochromatic Colors of #FFB8E5
Black with #FFB8E5
Text Example
Text Example
White with #FFB8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8E5; }
p { color: rgb(255,184,229); }
H1.HeaderClassName
{
color: #FFB8E5;
}
.AnyTagClassName
{
color: #FFB8E5;
}
</style>
background-color css
<style>
a { background-color: #FFB8E5; }
a { background-color: rgb(255,184,229); }
div.DivClassName
{
background-color: #FFB8E5;
}
.BgClassName
{
background-color: #FFB8E5;
}
</style>
border-color css
<style>
span { border-color: #FFB8E5; }
span { border-color: rgb(255,184,229); }
td.TdClassName
{
border-color: #FFB8E5;
}
.TagClassName
{
border-color: #FFB8E5;
}
</style>