Shades of Cotton Candy #FFB8DF
Tints of Cotton Candy #FFB8DF
RGB
CMYK
RGB Variations
Color information
#FFB8DF (or 0xFFB8DF) is known color: Cotton Candy. HEX triplet: FF, B8 and DF. RGB value is (255,184,223). Sum of RGB (Red+Green+Blue) = 255+184+223=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 184 (72.27% from 255 or 27.79% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8DF is #004720. Grayscale: #D1D1D1. Windows color (decimal): -18209 or 14661887. OLE color: 14661887.
HSL color Cylindrical-coordinate representation of color #FFB8DF: hue angle of 327.04º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB8DF is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 223 | - |
| CMYK | 0 | 0.28 | 0.13 | 0 |
| HSL | 327.04º | 1% | 0.86% | - |
| HSV(B) | 327.04º | 0.28% | 1% | - |
| XYZ | 71.7 | 60.87 | 77.78 | - |
| YUV | 209.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 223 | 0 | 0.28 | 0.13 | 0 | 327.04 | 1 | 0.86 |
| Hex | FF | B8 | DF | 0 | 1C | D | 0 | 147 | 64 | 56 |
| Octal | 377 | 270 | 337 | 0 | 34 | 15 | 0 | 507 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11011111 | 0 | 11100 | 1101 | 0 | 101000111 | 1100100 | 1010110 |
Color Harmonies of #FFB8DF
Complementary color
Monochromatic Colors of #FFB8DF
Black with #FFB8DF
Text Example
Text Example
White with #FFB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8DF; }
p { color: rgb(255,184,223); }
H1.HeaderClassName
{
color: #FFB8DF;
}
.AnyTagClassName
{
color: #FFB8DF;
}
</style>
background-color css
<style>
a { background-color: #FFB8DF; }
a { background-color: rgb(255,184,223); }
div.DivClassName
{
background-color: #FFB8DF;
}
.BgClassName
{
background-color: #FFB8DF;
}
</style>
border-color css
<style>
span { border-color: #FFB8DF; }
span { border-color: rgb(255,184,223); }
td.TdClassName
{
border-color: #FFB8DF;
}
.TagClassName
{
border-color: #FFB8DF;
}
</style>