Shades of Cotton Candy #FFB4D7
Tints of Cotton Candy #FFB4D7
RGB
CMYK
RGB Variations
Color information
#FFB4D7 (or 0xFFB4D7) is known color: Cotton Candy. HEX triplet: FF, B4 and D7. RGB value is (255,180,215). Sum of RGB (Red+Green+Blue) = 255+180+215=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 180 (70.70% from 255 or 27.69% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4D7 is #004B28. Grayscale: #CECECE. Windows color (decimal): -19241 or 14136575. OLE color: 14136575.
HSL color Cylindrical-coordinate representation of color #FFB4D7: hue angle of 332º 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 #FFB4D7 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 215 | - |
| CMYK | 0 | 0.29 | 0.16 | 0 |
| HSL | 332º | 1% | 0.85% | - |
| HSV(B) | 332º | 0.29% | 1% | - |
| XYZ | 69.83 | 58.81 | 71.96 | - |
| YUV | 206.42 | 132.85 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 215 | 0 | 0.29 | 0.16 | 0 | 332 | 1 | 0.85 |
| Hex | FF | B4 | D7 | 0 | 1D | 10 | 0 | 14C | 64 | 55 |
| Octal | 377 | 264 | 327 | 0 | 35 | 20 | 0 | 514 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11010111 | 0 | 11101 | 10000 | 0 | 101001100 | 1100100 | 1010101 |
Color Harmonies of #FFB4D7
Complementary color
Monochromatic Colors of #FFB4D7
Black with #FFB4D7
Text Example
Text Example
White with #FFB4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4D7; }
p { color: rgb(255,180,215); }
H1.HeaderClassName
{
color: #FFB4D7;
}
.AnyTagClassName
{
color: #FFB4D7;
}
</style>
background-color css
<style>
a { background-color: #FFB4D7; }
a { background-color: rgb(255,180,215); }
div.DivClassName
{
background-color: #FFB4D7;
}
.BgClassName
{
background-color: #FFB4D7;
}
</style>
border-color css
<style>
span { border-color: #FFB4D7; }
span { border-color: rgb(255,180,215); }
td.TdClassName
{
border-color: #FFB4D7;
}
.TagClassName
{
border-color: #FFB4D7;
}
</style>