Shades of Cotton Candy #F4BBD6
Tints of Cotton Candy #F4BBD6
RGB
CMYK
RGB Variations
Color information
#F4BBD6 (or 0xF4BBD6) is known color: Cotton Candy. HEX triplet: F4, BB and D6. RGB value is (244,187,214). Sum of RGB (Red+Green+Blue) = 244+187+214=645 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.83% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBD6 is #0B4429. Grayscale: #CFCFCF. Windows color (decimal): -738346 or 14072820. OLE color: 14072820.
HSL color Cylindrical-coordinate representation of color #F4BBD6: hue angle of 331.58º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BBD6 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 187 | 214 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.04 |
| HSL | 331.58º | 0.72% | 0.85% | - |
| HSV(B) | 331.58º | 0.23% | 0.96% | - |
| XYZ | 67.22 | 59.63 | 71.59 | - |
| YUV | 207.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 187 | 214 | 0 | 0.23 | 0.12 | 0.04 | 331.58 | 0.72 | 0.85 |
| Hex | F4 | BB | D6 | 0 | 17 | C | 4 | 14C | 48 | 55 |
| Octal | 364 | 273 | 326 | 0 | 27 | 14 | 4 | 514 | 110 | 125 |
| Binary | 11110100 | 10111011 | 11010110 | 0 | 10111 | 1100 | 100 | 101001100 | 1001000 | 1010101 |
Color Harmonies of #F4BBD6
Complementary color
Monochromatic Colors of #F4BBD6
Black with #F4BBD6
Text Example
Text Example
White with #F4BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BBD6; }
p { color: rgb(244,187,214); }
H1.HeaderClassName
{
color: #F4BBD6;
}
.AnyTagClassName
{
color: #F4BBD6;
}
</style>
background-color css
<style>
a { background-color: #F4BBD6; }
a { background-color: rgb(244,187,214); }
div.DivClassName
{
background-color: #F4BBD6;
}
.BgClassName
{
background-color: #F4BBD6;
}
</style>
border-color css
<style>
span { border-color: #F4BBD6; }
span { border-color: rgb(244,187,214); }
td.TdClassName
{
border-color: #F4BBD6;
}
.TagClassName
{
border-color: #F4BBD6;
}
</style>