Shades of Cotton Candy #FFB8DA
Tints of Cotton Candy #FFB8DA
RGB
CMYK
RGB Variations
Color information
#FFB8DA (or 0xFFB8DA) is known color: Cotton Candy. HEX triplet: FF, B8 and DA. RGB value is (255,184,218). Sum of RGB (Red+Green+Blue) = 255+184+218=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 184 (72.27% from 255 or 28.01% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8DA is #004725. Grayscale: #D1D1D1. Windows color (decimal): -18214 or 14334207. OLE color: 14334207.
HSL color Cylindrical-coordinate representation of color #FFB8DA: hue angle of 331.27º 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 #FFB8DA is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 218 | - |
| CMYK | 0 | 0.28 | 0.15 | 0 |
| HSL | 331.27º | 1% | 0.86% | - |
| HSV(B) | 331.27º | 0.28% | 1% | - |
| XYZ | 71.04 | 60.6 | 74.28 | - |
| YUV | 209.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 218 | 0 | 0.28 | 0.15 | 0 | 331.27 | 1 | 0.86 |
| Hex | FF | B8 | DA | 0 | 1C | F | 0 | 14B | 64 | 56 |
| Octal | 377 | 270 | 332 | 0 | 34 | 17 | 0 | 513 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11011010 | 0 | 11100 | 1111 | 0 | 101001011 | 1100100 | 1010110 |
Color Harmonies of #FFB8DA
Complementary color
Monochromatic Colors of #FFB8DA
Black with #FFB8DA
Text Example
Text Example
White with #FFB8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8DA; }
p { color: rgb(255,184,218); }
H1.HeaderClassName
{
color: #FFB8DA;
}
.AnyTagClassName
{
color: #FFB8DA;
}
</style>
background-color css
<style>
a { background-color: #FFB8DA; }
a { background-color: rgb(255,184,218); }
div.DivClassName
{
background-color: #FFB8DA;
}
.BgClassName
{
background-color: #FFB8DA;
}
</style>
border-color css
<style>
span { border-color: #FFB8DA; }
span { border-color: rgb(255,184,218); }
td.TdClassName
{
border-color: #FFB8DA;
}
.TagClassName
{
border-color: #FFB8DA;
}
</style>