Shades of Cotton Candy #FFB8CD
Tints of Cotton Candy #FFB8CD
RGB
CMYK
RGB Variations
Color information
#FFB8CD (or 0xFFB8CD) is known color: Cotton Candy. HEX triplet: FF, B8 and CD. RGB value is (255,184,205). Sum of RGB (Red+Green+Blue) = 255+184+205=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 184 (72.27% from 255 or 28.57% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8CD is #004732. Grayscale: #CFCFCF. Windows color (decimal): -18227 or 13482239. OLE color: 13482239.
HSL color Cylindrical-coordinate representation of color #FFB8CD: hue angle of 342.25º 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 #FFB8CD is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 205 | - |
| CMYK | 0 | 0.28 | 0.20 | 0 |
| HSL | 342.25º | 1% | 0.86% | - |
| HSV(B) | 342.25º | 0.28% | 1% | - |
| XYZ | 69.4 | 59.95 | 65.67 | - |
| YUV | 207.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 205 | 0 | 0.28 | 0.20 | 0 | 342.25 | 1 | 0.86 |
| Hex | FF | B8 | CD | 0 | 1C | 14 | 0 | 156 | 64 | 56 |
| Octal | 377 | 270 | 315 | 0 | 34 | 24 | 0 | 526 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11001101 | 0 | 11100 | 10100 | 0 | 101010110 | 1100100 | 1010110 |
Color Harmonies of #FFB8CD
Complementary color
Monochromatic Colors of #FFB8CD
Black with #FFB8CD
Text Example
Text Example
White with #FFB8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8CD; }
p { color: rgb(255,184,205); }
H1.HeaderClassName
{
color: #FFB8CD;
}
.AnyTagClassName
{
color: #FFB8CD;
}
</style>
background-color css
<style>
a { background-color: #FFB8CD; }
a { background-color: rgb(255,184,205); }
div.DivClassName
{
background-color: #FFB8CD;
}
.BgClassName
{
background-color: #FFB8CD;
}
</style>
border-color css
<style>
span { border-color: #FFB8CD; }
span { border-color: rgb(255,184,205); }
td.TdClassName
{
border-color: #FFB8CD;
}
.TagClassName
{
border-color: #FFB8CD;
}
</style>