Shades of Cotton Candy #F8B9D0
Tints of Cotton Candy #F8B9D0
RGB
CMYK
RGB Variations
Color information
#F8B9D0 (or 0xF8B9D0) is known color: Cotton Candy. HEX triplet: F8, B9 and D0. RGB value is (248,185,208). Sum of RGB (Red+Green+Blue) = 248+185+208=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9D0 is #07462F. Grayscale: #CECECE. Windows color (decimal): -476720 or 13679096. OLE color: 13679096.
HSL color Cylindrical-coordinate representation of color #F8B9D0: hue angle of 338.1º 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 #F8B9D0 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 185 | 208 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.03 |
| HSL | 338.1º | 0.82% | 0.85% | - |
| HSV(B) | 338.1º | 0.25% | 0.97% | - |
| XYZ | 67.45 | 59.21 | 67.55 | - |
| YUV | 206.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 185 | 208 | 0 | 0.25 | 0.16 | 0.03 | 338.1 | 0.82 | 0.85 |
| Hex | F8 | B9 | D0 | 0 | 19 | 10 | 3 | 152 | 52 | 55 |
| Octal | 370 | 271 | 320 | 0 | 31 | 20 | 3 | 522 | 122 | 125 |
| Binary | 11111000 | 10111001 | 11010000 | 0 | 11001 | 10000 | 11 | 101010010 | 1010010 | 1010101 |
Color Harmonies of #F8B9D0
Complementary color
Monochromatic Colors of #F8B9D0
Black with #F8B9D0
Text Example
Text Example
White with #F8B9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B9D0; }
p { color: rgb(248,185,208); }
H1.HeaderClassName
{
color: #F8B9D0;
}
.AnyTagClassName
{
color: #F8B9D0;
}
</style>
background-color css
<style>
a { background-color: #F8B9D0; }
a { background-color: rgb(248,185,208); }
div.DivClassName
{
background-color: #F8B9D0;
}
.BgClassName
{
background-color: #F8B9D0;
}
</style>
border-color css
<style>
span { border-color: #F8B9D0; }
span { border-color: rgb(248,185,208); }
td.TdClassName
{
border-color: #F8B9D0;
}
.TagClassName
{
border-color: #F8B9D0;
}
</style>