Shades of Cotton Candy #FFB8D4
Tints of Cotton Candy #FFB8D4
RGB
CMYK
RGB Variations
Color information
#FFB8D4 (or 0xFFB8D4) is known color: Cotton Candy. HEX triplet: FF, B8 and D4. RGB value is (255,184,212). Sum of RGB (Red+Green+Blue) = 255+184+212=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 184 (72.27% from 255 or 28.26% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8D4 is #00472B. Grayscale: #D0D0D0. Windows color (decimal): -18220 or 13940991. OLE color: 13940991.
HSL color Cylindrical-coordinate representation of color #FFB8D4: hue angle of 336.34º 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 #FFB8D4 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 184 | 212 | - |
CMYK | 0 | 0.28 | 0.17 | 0 |
HSL | 336.34º | 1% | 0.86% | - |
HSV(B) | 336.34º | 0.28% | 1% | - |
XYZ | 70.26 | 60.29 | 70.22 | - |
YUV | 208.42 | 130.02 | 161.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 184 | 212 | 0 | 0.28 | 0.17 | 0 | 336.34 | 1 | 0.86 |
Hex | FF | B8 | D4 | 0 | 1C | 11 | 0 | 150 | 64 | 56 |
Octal | 377 | 270 | 324 | 0 | 34 | 21 | 0 | 520 | 144 | 126 |
Binary | 11111111 | 10111000 | 11010100 | 0 | 11100 | 10001 | 0 | 101010000 | 1100100 | 1010110 |
Color Harmonies of #FFB8D4
Complementary color
Monochromatic Colors of #FFB8D4
Black with #FFB8D4
Text Example
Text Example
White with #FFB8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8D4; }
p { color: rgb(255,184,212); }
H1.HeaderClassName
{
color: #FFB8D4;
}
.AnyTagClassName
{
color: #FFB8D4;
}
</style>
background-color css
<style>
a { background-color: #FFB8D4; }
a { background-color: rgb(255,184,212); }
div.DivClassName
{
background-color: #FFB8D4;
}
.BgClassName
{
background-color: #FFB8D4;
}
</style>
border-color css
<style>
span { border-color: #FFB8D4; }
span { border-color: rgb(255,184,212); }
td.TdClassName
{
border-color: #FFB8D4;
}
.TagClassName
{
border-color: #FFB8D4;
}
</style>