Shades of Cotton Candy #F8B9E0
Tints of Cotton Candy #F8B9E0
RGB
CMYK
RGB Variations
Color information
#F8B9E0 (or 0xF8B9E0) is known color: Cotton Candy. HEX triplet: F8, B9 and E0. RGB value is (248,185,224). Sum of RGB (Red+Green+Blue) = 248+185+224=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9E0 is #07461F. Grayscale: #D0D0D0. Windows color (decimal): -476704 or 14727672. OLE color: 14727672.
HSL color Cylindrical-coordinate representation of color #F8B9E0: hue angle of 322.86º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8B9E0 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 185 | 224 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.03 |
| HSL | 322.86º | 0.82% | 0.85% | - |
| HSV(B) | 322.86º | 0.25% | 0.97% | - |
| XYZ | 69.51 | 60.04 | 78.45 | - |
| YUV | 208.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 185 | 224 | 0 | 0.25 | 0.10 | 0.03 | 322.86 | 0.82 | 0.85 |
| Hex | F8 | B9 | E0 | 0 | 19 | A | 3 | 143 | 52 | 55 |
| Octal | 370 | 271 | 340 | 0 | 31 | 12 | 3 | 503 | 122 | 125 |
| Binary | 11111000 | 10111001 | 11100000 | 0 | 11001 | 1010 | 11 | 101000011 | 1010010 | 1010101 |
Color Harmonies of #F8B9E0
Complementary color
Monochromatic Colors of #F8B9E0
Black with #F8B9E0
Text Example
Text Example
White with #F8B9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B9E0; }
p { color: rgb(248,185,224); }
H1.HeaderClassName
{
color: #F8B9E0;
}
.AnyTagClassName
{
color: #F8B9E0;
}
</style>
background-color css
<style>
a { background-color: #F8B9E0; }
a { background-color: rgb(248,185,224); }
div.DivClassName
{
background-color: #F8B9E0;
}
.BgClassName
{
background-color: #F8B9E0;
}
</style>
border-color css
<style>
span { border-color: #F8B9E0; }
span { border-color: rgb(248,185,224); }
td.TdClassName
{
border-color: #F8B9E0;
}
.TagClassName
{
border-color: #F8B9E0;
}
</style>