Shades of Cotton Candy #FFB8D2
Tints of Cotton Candy #FFB8D2
RGB
CMYK
RGB Variations
Color information
#FFB8D2 (or 0xFFB8D2) is known color: Cotton Candy. HEX triplet: FF, B8 and D2. RGB value is (255,184,210). Sum of RGB (Red+Green+Blue) = 255+184+210=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 184 (72.27% from 255 or 28.35% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8D2 is #00472D. Grayscale: #D0D0D0. Windows color (decimal): -18222 or 13809919. OLE color: 13809919.
HSL color Cylindrical-coordinate representation of color #FFB8D2: hue angle of 338.03º 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 #FFB8D2 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 210 | - |
| CMYK | 0 | 0.28 | 0.18 | 0 |
| HSL | 338.03º | 1% | 0.86% | - |
| HSV(B) | 338.03º | 0.28% | 1% | - |
| XYZ | 70.01 | 60.19 | 68.9 | - |
| YUV | 208.19 | 129.02 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 210 | 0 | 0.28 | 0.18 | 0 | 338.03 | 1 | 0.86 |
| Hex | FF | B8 | D2 | 0 | 1C | 12 | 0 | 152 | 64 | 56 |
| Octal | 377 | 270 | 322 | 0 | 34 | 22 | 0 | 522 | 144 | 126 |
| Binary | 11111111 | 10111000 | 11010010 | 0 | 11100 | 10010 | 0 | 101010010 | 1100100 | 1010110 |
Color Harmonies of #FFB8D2
Complementary color
Monochromatic Colors of #FFB8D2
Black with #FFB8D2
Text Example
Text Example
White with #FFB8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8D2; }
p { color: rgb(255,184,210); }
H1.HeaderClassName
{
color: #FFB8D2;
}
.AnyTagClassName
{
color: #FFB8D2;
}
</style>
background-color css
<style>
a { background-color: #FFB8D2; }
a { background-color: rgb(255,184,210); }
div.DivClassName
{
background-color: #FFB8D2;
}
.BgClassName
{
background-color: #FFB8D2;
}
</style>
border-color css
<style>
span { border-color: #FFB8D2; }
span { border-color: rgb(255,184,210); }
td.TdClassName
{
border-color: #FFB8D2;
}
.TagClassName
{
border-color: #FFB8D2;
}
</style>