Shades of Cotton Candy #FFB8D1
Tints of Cotton Candy #FFB8D1
RGB
CMYK
RGB Variations
Color information
#FFB8D1 (or 0xFFB8D1) is known color: Cotton Candy. HEX triplet: FF, B8 and D1. RGB value is (255,184,209). Sum of RGB (Red+Green+Blue) = 255+184+209=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 184 (72.27% from 255 or 28.40% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8D1 is #00472E. Grayscale: #D0D0D0. Windows color (decimal): -18223 or 13744383. OLE color: 13744383.
HSL color Cylindrical-coordinate representation of color #FFB8D1: hue angle of 338.87º 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 #FFB8D1 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 209 | - |
| CMYK | 0 | 0.28 | 0.18 | 0 |
| HSL | 338.87º | 1% | 0.86% | - |
| HSV(B) | 338.87º | 0.28% | 1% | - |
| XYZ | 69.89 | 60.14 | 68.25 | - |
| YUV | 208.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 209 | 0 | 0.28 | 0.18 | 0 | 338.87 | 1 | 0.86 |
| Hex | FF | B8 | D1 | 0 | 1C | 12 | 0 | 153 | 64 | 56 |
| Octal | 377 | 270 | 321 | 0 | 34 | 22 | 0 | 523 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11010001 | 0 | 11100 | 10010 | 0 | 101010011 | 1100100 | 1010110 |
Color Harmonies of #FFB8D1
Complementary color
Monochromatic Colors of #FFB8D1
Black with #FFB8D1
Text Example
Text Example
White with #FFB8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8D1; }
p { color: rgb(255,184,209); }
H1.HeaderClassName
{
color: #FFB8D1;
}
.AnyTagClassName
{
color: #FFB8D1;
}
</style>
background-color css
<style>
a { background-color: #FFB8D1; }
a { background-color: rgb(255,184,209); }
div.DivClassName
{
background-color: #FFB8D1;
}
.BgClassName
{
background-color: #FFB8D1;
}
</style>
border-color css
<style>
span { border-color: #FFB8D1; }
span { border-color: rgb(255,184,209); }
td.TdClassName
{
border-color: #FFB8D1;
}
.TagClassName
{
border-color: #FFB8D1;
}
</style>