Shades of Cotton Candy #FFB8E0
Tints of Cotton Candy #FFB8E0
RGB
CMYK
RGB Variations
Color information
#FFB8E0 (or 0xFFB8E0) is known color: Cotton Candy. HEX triplet: FF, B8 and E0. RGB value is (255,184,224). Sum of RGB (Red+Green+Blue) = 255+184+224=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 184 (72.27% from 255 or 27.75% from 663); Blue value is 224 (87.89% from 255 or 33.79% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8E0 is #00471F. Grayscale: #D1D1D1. Windows color (decimal): -18208 or 14727423. OLE color: 14727423.
HSL color Cylindrical-coordinate representation of color #FFB8E0: hue angle of 326.2º 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 #FFB8E0 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 224 | - |
| CMYK | 0 | 0.28 | 0.12 | 0 |
| HSL | 326.2º | 1% | 0.86% | - |
| HSV(B) | 326.2º | 0.28% | 1% | - |
| XYZ | 71.84 | 60.92 | 78.49 | - |
| YUV | 209.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 224 | 0 | 0.28 | 0.12 | 0 | 326.2 | 1 | 0.86 |
| Hex | FF | B8 | E0 | 0 | 1C | C | 0 | 146 | 64 | 56 |
| Octal | 377 | 270 | 340 | 0 | 34 | 14 | 0 | 506 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11100000 | 0 | 11100 | 1100 | 0 | 101000110 | 1100100 | 1010110 |
Color Harmonies of #FFB8E0
Complementary color
Monochromatic Colors of #FFB8E0
Black with #FFB8E0
Text Example
Text Example
White with #FFB8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8E0; }
p { color: rgb(255,184,224); }
H1.HeaderClassName
{
color: #FFB8E0;
}
.AnyTagClassName
{
color: #FFB8E0;
}
</style>
background-color css
<style>
a { background-color: #FFB8E0; }
a { background-color: rgb(255,184,224); }
div.DivClassName
{
background-color: #FFB8E0;
}
.BgClassName
{
background-color: #FFB8E0;
}
</style>
border-color css
<style>
span { border-color: #FFB8E0; }
span { border-color: rgb(255,184,224); }
td.TdClassName
{
border-color: #FFB8E0;
}
.TagClassName
{
border-color: #FFB8E0;
}
</style>