Shades of Cotton Candy #F8BBD4
Tints of Cotton Candy #F8BBD4
RGB
CMYK
RGB Variations
Color information
#F8BBD4 (or 0xF8BBD4) is known color: Cotton Candy. HEX triplet: F8, BB and D4. RGB value is (248,187,212). Sum of RGB (Red+Green+Blue) = 248+187+212=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBD4 is #07442B. Grayscale: #D0D0D0. Windows color (decimal): -476204 or 13941752. OLE color: 13941752.
HSL color Cylindrical-coordinate representation of color #F8BBD4: hue angle of 335.41º degrees, saturation: 0.81, 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 #F8BBD4 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 212 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.03 |
| HSL | 335.41º | 0.81% | 0.85% | - |
| HSV(B) | 335.41º | 0.25% | 0.97% | - |
| XYZ | 68.37 | 60.25 | 70.31 | - |
| YUV | 208.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 212 | 0 | 0.25 | 0.15 | 0.03 | 335.41 | 0.81 | 0.85 |
| Hex | F8 | BB | D4 | 0 | 19 | F | 3 | 14F | 51 | 55 |
| Octal | 370 | 273 | 324 | 0 | 31 | 17 | 3 | 517 | 121 | 125 |
| Binary | 11111000 | 10111011 | 11010100 | 0 | 11001 | 1111 | 11 | 101001111 | 1010001 | 1010101 |
Color Harmonies of #F8BBD4
Complementary color
Monochromatic Colors of #F8BBD4
Black with #F8BBD4
Text Example
Text Example
White with #F8BBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BBD4; }
p { color: rgb(248,187,212); }
H1.HeaderClassName
{
color: #F8BBD4;
}
.AnyTagClassName
{
color: #F8BBD4;
}
</style>
background-color css
<style>
a { background-color: #F8BBD4; }
a { background-color: rgb(248,187,212); }
div.DivClassName
{
background-color: #F8BBD4;
}
.BgClassName
{
background-color: #F8BBD4;
}
</style>
border-color css
<style>
span { border-color: #F8BBD4; }
span { border-color: rgb(248,187,212); }
td.TdClassName
{
border-color: #F8BBD4;
}
.TagClassName
{
border-color: #F8BBD4;
}
</style>