Shades of Cotton Candy #FFB4D8
Tints of Cotton Candy #FFB4D8
RGB
CMYK
RGB Variations
Color information
#FFB4D8 (or 0xFFB4D8) is known color: Cotton Candy. HEX triplet: FF, B4 and D8. RGB value is (255,180,216). Sum of RGB (Red+Green+Blue) = 255+180+216=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 180 (70.70% from 255 or 27.65% from 651); Blue value is 216 (84.77% from 255 or 33.18% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4D8 is #004B27. Grayscale: #CECECE. Windows color (decimal): -19240 or 14202111. OLE color: 14202111.
HSL color Cylindrical-coordinate representation of color #FFB4D8: hue angle of 331.2º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB4D8 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 216 | - |
| CMYK | 0 | 0.29 | 0.15 | 0 |
| HSL | 331.2º | 1% | 0.85% | - |
| HSV(B) | 331.2º | 0.29% | 1% | - |
| XYZ | 69.96 | 58.86 | 72.64 | - |
| YUV | 206.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 216 | 0 | 0.29 | 0.15 | 0 | 331.2 | 1 | 0.85 |
| Hex | FF | B4 | D8 | 0 | 1D | F | 0 | 14B | 64 | 55 |
| Octal | 377 | 264 | 330 | 0 | 35 | 17 | 0 | 513 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11011000 | 0 | 11101 | 1111 | 0 | 101001011 | 1100100 | 1010101 |
Color Harmonies of #FFB4D8
Complementary color
Monochromatic Colors of #FFB4D8
Black with #FFB4D8
Text Example
Text Example
White with #FFB4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4D8; }
p { color: rgb(255,180,216); }
H1.HeaderClassName
{
color: #FFB4D8;
}
.AnyTagClassName
{
color: #FFB4D8;
}
</style>
background-color css
<style>
a { background-color: #FFB4D8; }
a { background-color: rgb(255,180,216); }
div.DivClassName
{
background-color: #FFB4D8;
}
.BgClassName
{
background-color: #FFB4D8;
}
</style>
border-color css
<style>
span { border-color: #FFB4D8; }
span { border-color: rgb(255,180,216); }
td.TdClassName
{
border-color: #FFB4D8;
}
.TagClassName
{
border-color: #FFB4D8;
}
</style>