Shades of Cotton Candy #F8B7D3
Tints of Cotton Candy #F8B7D3
RGB
CMYK
RGB Variations
Color information
#F8B7D3 (or 0xF8B7D3) is known color: Cotton Candy. HEX triplet: F8, B7 and D3. RGB value is (248,183,211). Sum of RGB (Red+Green+Blue) = 248+183+211=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 183 (71.88% from 255 or 28.50% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B7D3 is #07482C. Grayscale: #CDCDCD. Windows color (decimal): -477229 or 13875192. OLE color: 13875192.
HSL color Cylindrical-coordinate representation of color #F8B7D3: hue angle of 334.15º 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 #F8B7D3 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 183 | 211 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.03 |
| HSL | 334.15º | 0.82% | 0.85% | - |
| HSV(B) | 334.15º | 0.26% | 0.97% | - |
| XYZ | 67.4 | 58.53 | 69.37 | - |
| YUV | 205.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 183 | 211 | 0 | 0.26 | 0.15 | 0.03 | 334.15 | 0.82 | 0.85 |
| Hex | F8 | B7 | D3 | 0 | 1A | F | 3 | 14E | 52 | 55 |
| Octal | 370 | 267 | 323 | 0 | 32 | 17 | 3 | 516 | 122 | 125 |
| Binary | 11111000 | 10110111 | 11010011 | 0 | 11010 | 1111 | 11 | 101001110 | 1010010 | 1010101 |
Color Harmonies of #F8B7D3
Complementary color
Monochromatic Colors of #F8B7D3
Black with #F8B7D3
Text Example
Text Example
White with #F8B7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B7D3; }
p { color: rgb(248,183,211); }
H1.HeaderClassName
{
color: #F8B7D3;
}
.AnyTagClassName
{
color: #F8B7D3;
}
</style>
background-color css
<style>
a { background-color: #F8B7D3; }
a { background-color: rgb(248,183,211); }
div.DivClassName
{
background-color: #F8B7D3;
}
.BgClassName
{
background-color: #F8B7D3;
}
</style>
border-color css
<style>
span { border-color: #F8B7D3; }
span { border-color: rgb(248,183,211); }
td.TdClassName
{
border-color: #F8B7D3;
}
.TagClassName
{
border-color: #F8B7D3;
}
</style>