Shades of Cotton Candy #F8B7D1
Tints of Cotton Candy #F8B7D1
RGB
CMYK
RGB Variations
Color information
#F8B7D1 (or 0xF8B7D1) is known color: Cotton Candy. HEX triplet: F8, B7 and D1. RGB value is (248,183,209). Sum of RGB (Red+Green+Blue) = 248+183+209=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 183 (71.88% from 255 or 28.59% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B7D1 is #07482E. Grayscale: #CDCDCD. Windows color (decimal): -477231 or 13744120. OLE color: 13744120.
HSL color Cylindrical-coordinate representation of color #F8B7D1: hue angle of 336º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8B7D1 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 183 | 209 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.03 |
| HSL | 336º | 0.82% | 0.85% | - |
| HSV(B) | 336º | 0.26% | 0.97% | - |
| XYZ | 67.15 | 58.43 | 68.06 | - |
| YUV | 205.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 183 | 209 | 0 | 0.26 | 0.16 | 0.03 | 336 | 0.82 | 0.85 |
| Hex | F8 | B7 | D1 | 0 | 1A | 10 | 3 | 150 | 52 | 55 |
| Octal | 370 | 267 | 321 | 0 | 32 | 20 | 3 | 520 | 122 | 125 |
| Binary | 11111000 | 10110111 | 11010001 | 0 | 11010 | 10000 | 11 | 101010000 | 1010010 | 1010101 |
Color Harmonies of #F8B7D1
Complementary color
Monochromatic Colors of #F8B7D1
Black with #F8B7D1
Text Example
Text Example
White with #F8B7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B7D1; }
p { color: rgb(248,183,209); }
H1.HeaderClassName
{
color: #F8B7D1;
}
.AnyTagClassName
{
color: #F8B7D1;
}
</style>
background-color css
<style>
a { background-color: #F8B7D1; }
a { background-color: rgb(248,183,209); }
div.DivClassName
{
background-color: #F8B7D1;
}
.BgClassName
{
background-color: #F8B7D1;
}
</style>
border-color css
<style>
span { border-color: #F8B7D1; }
span { border-color: rgb(248,183,209); }
td.TdClassName
{
border-color: #F8B7D1;
}
.TagClassName
{
border-color: #F8B7D1;
}
</style>