Shades of Cotton Candy #F8BCD4
Tints of Cotton Candy #F8BCD4
RGB
CMYK
RGB Variations
Color information
#F8BCD4 (or 0xF8BCD4) is known color: Cotton Candy. HEX triplet: F8, BC and D4. RGB value is (248,188,212). Sum of RGB (Red+Green+Blue) = 248+188+212=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 212 (83.20% from 255 or 32.72% from 648); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BCD4 is #07432B. Grayscale: #D0D0D0. Windows color (decimal): -475948 or 13942008. OLE color: 13942008.
HSL color Cylindrical-coordinate representation of color #F8BCD4: hue angle of 336º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BCD4 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 212 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.03 |
| HSL | 336º | 0.81% | 0.85% | - |
| HSV(B) | 336º | 0.24% | 0.97% | - |
| XYZ | 68.58 | 60.68 | 70.38 | - |
| YUV | 208.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 212 | 0 | 0.24 | 0.15 | 0.03 | 336 | 0.81 | 0.85 |
| Hex | F8 | BC | D4 | 0 | 18 | F | 3 | 150 | 51 | 55 |
| Octal | 370 | 274 | 324 | 0 | 30 | 17 | 3 | 520 | 121 | 125 |
| Binary | 11111000 | 10111100 | 11010100 | 0 | 11000 | 1111 | 11 | 101010000 | 1010001 | 1010101 |
Color Harmonies of #F8BCD4
Complementary color
Monochromatic Colors of #F8BCD4
Black with #F8BCD4
Text Example
Text Example
White with #F8BCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BCD4; }
p { color: rgb(248,188,212); }
H1.HeaderClassName
{
color: #F8BCD4;
}
.AnyTagClassName
{
color: #F8BCD4;
}
</style>
background-color css
<style>
a { background-color: #F8BCD4; }
a { background-color: rgb(248,188,212); }
div.DivClassName
{
background-color: #F8BCD4;
}
.BgClassName
{
background-color: #F8BCD4;
}
</style>
border-color css
<style>
span { border-color: #F8BCD4; }
span { border-color: rgb(248,188,212); }
td.TdClassName
{
border-color: #F8BCD4;
}
.TagClassName
{
border-color: #F8BCD4;
}
</style>