Shades of Cotton Candy #FFC1DB
Tints of Cotton Candy #FFC1DB
RGB
CMYK
RGB Variations
Color information
#FFC1DB (or 0xFFC1DB) is known color: Cotton Candy. HEX triplet: FF, C1 and DB. RGB value is (255,193,219). Sum of RGB (Red+Green+Blue) = 255+193+219=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 193 (75.78% from 255 or 28.94% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1DB is #003E24. Grayscale: #D6D6D6. Windows color (decimal): -15909 or 14402047. OLE color: 14402047.
HSL color Cylindrical-coordinate representation of color #FFC1DB: hue angle of 334.84º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC1DB is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 219 | - |
| CMYK | 0 | 0.24 | 0.14 | 0 |
| HSL | 334.84º | 1% | 0.88% | - |
| HSV(B) | 334.84º | 0.24% | 1% | - |
| XYZ | 73.1 | 64.51 | 75.62 | - |
| YUV | 214.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 219 | 0 | 0.24 | 0.14 | 0 | 334.84 | 1 | 0.88 |
| Hex | FF | C1 | DB | 0 | 18 | E | 0 | 14F | 64 | 58 |
| Octal | 377 | 301 | 333 | 0 | 30 | 16 | 0 | 517 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11011011 | 0 | 11000 | 1110 | 0 | 101001111 | 1100100 | 1011000 |
Color Harmonies of #FFC1DB
Complementary color
Monochromatic Colors of #FFC1DB
Black with #FFC1DB
Text Example
Text Example
White with #FFC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1DB; }
p { color: rgb(255,193,219); }
H1.HeaderClassName
{
color: #FFC1DB;
}
.AnyTagClassName
{
color: #FFC1DB;
}
</style>
background-color css
<style>
a { background-color: #FFC1DB; }
a { background-color: rgb(255,193,219); }
div.DivClassName
{
background-color: #FFC1DB;
}
.BgClassName
{
background-color: #FFC1DB;
}
</style>
border-color css
<style>
span { border-color: #FFC1DB; }
span { border-color: rgb(255,193,219); }
td.TdClassName
{
border-color: #FFC1DB;
}
.TagClassName
{
border-color: #FFC1DB;
}
</style>