Shades of Cotton Candy #F5BBD4
Tints of Cotton Candy #F5BBD4
RGB
CMYK
RGB Variations
Color information
#F5BBD4 (or 0xF5BBD4) is known color: Cotton Candy. HEX triplet: F5, BB and D4. RGB value is (245,187,212). Sum of RGB (Red+Green+Blue) = 245+187+212=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBD4 is #0A442B. Grayscale: #CFCFCF. Windows color (decimal): -672812 or 13941749. OLE color: 13941749.
HSL color Cylindrical-coordinate representation of color #F5BBD4: hue angle of 334.14º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BBD4 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 212 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.04 |
| HSL | 334.14º | 0.74% | 0.85% | - |
| HSV(B) | 334.14º | 0.24% | 0.96% | - |
| XYZ | 67.31 | 59.71 | 70.26 | - |
| YUV | 207.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 212 | 0 | 0.24 | 0.13 | 0.04 | 334.14 | 0.74 | 0.85 |
| Hex | F5 | BB | D4 | 0 | 18 | D | 4 | 14E | 4A | 55 |
| Octal | 365 | 273 | 324 | 0 | 30 | 15 | 4 | 516 | 112 | 125 |
| Binary | 11110101 | 10111011 | 11010100 | 0 | 11000 | 1101 | 100 | 101001110 | 1001010 | 1010101 |
Color Harmonies of #F5BBD4
Complementary color
Monochromatic Colors of #F5BBD4
Black with #F5BBD4
Text Example
Text Example
White with #F5BBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBD4; }
p { color: rgb(245,187,212); }
H1.HeaderClassName
{
color: #F5BBD4;
}
.AnyTagClassName
{
color: #F5BBD4;
}
</style>
background-color css
<style>
a { background-color: #F5BBD4; }
a { background-color: rgb(245,187,212); }
div.DivClassName
{
background-color: #F5BBD4;
}
.BgClassName
{
background-color: #F5BBD4;
}
</style>
border-color css
<style>
span { border-color: #F5BBD4; }
span { border-color: rgb(245,187,212); }
td.TdClassName
{
border-color: #F5BBD4;
}
.TagClassName
{
border-color: #F5BBD4;
}
</style>