Shades of Cotton Candy #F1BCD2
Tints of Cotton Candy #F1BCD2
RGB
CMYK
RGB Variations
Color information
#F1BCD2 (or 0xF1BCD2) is known color: Cotton Candy. HEX triplet: F1, BC and D2. RGB value is (241,188,210). Sum of RGB (Red+Green+Blue) = 241+188+210=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCD2 is #0E432D. Grayscale: #CECECE. Windows color (decimal): -934702 or 13810929. OLE color: 13810929.
HSL color Cylindrical-coordinate representation of color #F1BCD2: hue angle of 335.09º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BCD2 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 210 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.05 |
| HSL | 335.09º | 0.65% | 0.84% | - |
| HSV(B) | 335.09º | 0.22% | 0.95% | - |
| XYZ | 65.89 | 59.32 | 68.95 | - |
| YUV | 206.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 210 | 0 | 0.22 | 0.13 | 0.05 | 335.09 | 0.65 | 0.84 |
| Hex | F1 | BC | D2 | 0 | 16 | D | 5 | 14F | 41 | 54 |
| Octal | 361 | 274 | 322 | 0 | 26 | 15 | 5 | 517 | 101 | 124 |
| Binary | 11110001 | 10111100 | 11010010 | 0 | 10110 | 1101 | 101 | 101001111 | 1000001 | 1010100 |
Color Harmonies of #F1BCD2
Complementary color
Monochromatic Colors of #F1BCD2
Black with #F1BCD2
Text Example
Text Example
White with #F1BCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCD2; }
p { color: rgb(241,188,210); }
H1.HeaderClassName
{
color: #F1BCD2;
}
.AnyTagClassName
{
color: #F1BCD2;
}
</style>
background-color css
<style>
a { background-color: #F1BCD2; }
a { background-color: rgb(241,188,210); }
div.DivClassName
{
background-color: #F1BCD2;
}
.BgClassName
{
background-color: #F1BCD2;
}
</style>
border-color css
<style>
span { border-color: #F1BCD2; }
span { border-color: rgb(241,188,210); }
td.TdClassName
{
border-color: #F1BCD2;
}
.TagClassName
{
border-color: #F1BCD2;
}
</style>