Shades of Cotton Candy #FFB4D4
Tints of Cotton Candy #FFB4D4
RGB
CMYK
RGB Variations
Color information
#FFB4D4 (or 0xFFB4D4) is known color: Cotton Candy. HEX triplet: FF, B4 and D4. RGB value is (255,180,212). Sum of RGB (Red+Green+Blue) = 255+180+212=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 180 (70.70% from 255 or 27.82% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4D4 is #004B2B. Grayscale: #CECECE. Windows color (decimal): -19244 or 13939967. OLE color: 13939967.
HSL color Cylindrical-coordinate representation of color #FFB4D4: hue angle of 334.4º 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 #FFB4D4 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 212 | - |
| CMYK | 0 | 0.29 | 0.17 | 0 |
| HSL | 334.4º | 1% | 0.85% | - |
| HSV(B) | 334.4º | 0.29% | 1% | - |
| XYZ | 69.44 | 58.66 | 69.95 | - |
| YUV | 206.07 | 131.35 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 212 | 0 | 0.29 | 0.17 | 0 | 334.4 | 1 | 0.85 |
| Hex | FF | B4 | D4 | 0 | 1D | 11 | 0 | 14E | 64 | 55 |
| Octal | 377 | 264 | 324 | 0 | 35 | 21 | 0 | 516 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11010100 | 0 | 11101 | 10001 | 0 | 101001110 | 1100100 | 1010101 |
Color Harmonies of #FFB4D4
Complementary color
Monochromatic Colors of #FFB4D4
Black with #FFB4D4
Text Example
Text Example
White with #FFB4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4D4; }
p { color: rgb(255,180,212); }
H1.HeaderClassName
{
color: #FFB4D4;
}
.AnyTagClassName
{
color: #FFB4D4;
}
</style>
background-color css
<style>
a { background-color: #FFB4D4; }
a { background-color: rgb(255,180,212); }
div.DivClassName
{
background-color: #FFB4D4;
}
.BgClassName
{
background-color: #FFB4D4;
}
</style>
border-color css
<style>
span { border-color: #FFB4D4; }
span { border-color: rgb(255,180,212); }
td.TdClassName
{
border-color: #FFB4D4;
}
.TagClassName
{
border-color: #FFB4D4;
}
</style>