Shades of Cotton Candy #FFBCD1
Tints of Cotton Candy #FFBCD1
RGB
CMYK
RGB Variations
Color information
#FFBCD1 (or 0xFFBCD1) is known color: Cotton Candy. HEX triplet: FF, BC and D1. RGB value is (255,188,209). Sum of RGB (Red+Green+Blue) = 255+188+209=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCD1 is #00432E. Grayscale: #D2D2D2. Windows color (decimal): -17199 or 13745407. OLE color: 13745407.
HSL color Cylindrical-coordinate representation of color #FFBCD1: hue angle of 341.19º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBCD1 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 209 | - |
| CMYK | 0 | 0.26 | 0.18 | 0 |
| HSL | 341.19º | 1% | 0.87% | - |
| HSV(B) | 341.19º | 0.26% | 1% | - |
| XYZ | 70.73 | 61.83 | 68.53 | - |
| YUV | 210.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 209 | 0 | 0.26 | 0.18 | 0 | 341.19 | 1 | 0.87 |
| Hex | FF | BC | D1 | 0 | 1A | 12 | 0 | 155 | 64 | 57 |
| Octal | 377 | 274 | 321 | 0 | 32 | 22 | 0 | 525 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11010001 | 0 | 11010 | 10010 | 0 | 101010101 | 1100100 | 1010111 |
Color Harmonies of #FFBCD1
Complementary color
Monochromatic Colors of #FFBCD1
Black with #FFBCD1
Text Example
Text Example
White with #FFBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCD1; }
p { color: rgb(255,188,209); }
H1.HeaderClassName
{
color: #FFBCD1;
}
.AnyTagClassName
{
color: #FFBCD1;
}
</style>
background-color css
<style>
a { background-color: #FFBCD1; }
a { background-color: rgb(255,188,209); }
div.DivClassName
{
background-color: #FFBCD1;
}
.BgClassName
{
background-color: #FFBCD1;
}
</style>
border-color css
<style>
span { border-color: #FFBCD1; }
span { border-color: rgb(255,188,209); }
td.TdClassName
{
border-color: #FFBCD1;
}
.TagClassName
{
border-color: #FFBCD1;
}
</style>