Shades of Cotton Candy #F8B5D1
Tints of Cotton Candy #F8B5D1
RGB
CMYK
RGB Variations
Color information
#F8B5D1 (or 0xF8B5D1) is known color: Cotton Candy. HEX triplet: F8, B5 and D1. RGB value is (248,181,209). Sum of RGB (Red+Green+Blue) = 248+181+209=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 181 (71.09% from 255 or 28.37% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B5D1 is #074A2E. Grayscale: #CCCCCC. Windows color (decimal): -477743 or 13743608. OLE color: 13743608.
HSL color Cylindrical-coordinate representation of color #F8B5D1: hue angle of 334.93º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B5D1 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 181 | 209 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.03 |
| HSL | 334.93º | 0.83% | 0.84% | - |
| HSV(B) | 334.93º | 0.27% | 0.97% | - |
| XYZ | 66.74 | 57.61 | 67.92 | - |
| YUV | 204.23 | 130.7 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 181 | 209 | 0 | 0.27 | 0.16 | 0.03 | 334.93 | 0.83 | 0.84 |
| Hex | F8 | B5 | D1 | 0 | 1B | 10 | 3 | 14F | 53 | 54 |
| Octal | 370 | 265 | 321 | 0 | 33 | 20 | 3 | 517 | 123 | 124 |
| Binary | 11111000 | 10110101 | 11010001 | 0 | 11011 | 10000 | 11 | 101001111 | 1010011 | 1010100 |
Color Harmonies of #F8B5D1
Complementary color
Monochromatic Colors of #F8B5D1
Black with #F8B5D1
Text Example
Text Example
White with #F8B5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B5D1; }
p { color: rgb(248,181,209); }
H1.HeaderClassName
{
color: #F8B5D1;
}
.AnyTagClassName
{
color: #F8B5D1;
}
</style>
background-color css
<style>
a { background-color: #F8B5D1; }
a { background-color: rgb(248,181,209); }
div.DivClassName
{
background-color: #F8B5D1;
}
.BgClassName
{
background-color: #F8B5D1;
}
</style>
border-color css
<style>
span { border-color: #F8B5D1; }
span { border-color: rgb(248,181,209); }
td.TdClassName
{
border-color: #F8B5D1;
}
.TagClassName
{
border-color: #F8B5D1;
}
</style>