Shades of Cotton Candy #FFB4D5
Tints of Cotton Candy #FFB4D5
RGB
CMYK
RGB Variations
Color information
#FFB4D5 (or 0xFFB4D5) is known color: Cotton Candy. HEX triplet: FF, B4 and D5. RGB value is (255,180,213). Sum of RGB (Red+Green+Blue) = 255+180+213=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 180 (70.70% from 255 or 27.78% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4D5 is #004B2A. Grayscale: #CECECE. Windows color (decimal): -19243 or 14005503. OLE color: 14005503.
HSL color Cylindrical-coordinate representation of color #FFB4D5: hue angle of 333.6º 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 #FFB4D5 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 213 | - |
| CMYK | 0 | 0.29 | 0.16 | 0 |
| HSL | 333.6º | 1% | 0.85% | - |
| HSV(B) | 333.6º | 0.29% | 1% | - |
| XYZ | 69.57 | 58.71 | 70.62 | - |
| YUV | 206.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 213 | 0 | 0.29 | 0.16 | 0 | 333.6 | 1 | 0.85 |
| Hex | FF | B4 | D5 | 0 | 1D | 10 | 0 | 14E | 64 | 55 |
| Octal | 377 | 264 | 325 | 0 | 35 | 20 | 0 | 516 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11010101 | 0 | 11101 | 10000 | 0 | 101001110 | 1100100 | 1010101 |
Color Harmonies of #FFB4D5
Complementary color
Monochromatic Colors of #FFB4D5
Black with #FFB4D5
Text Example
Text Example
White with #FFB4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4D5; }
p { color: rgb(255,180,213); }
H1.HeaderClassName
{
color: #FFB4D5;
}
.AnyTagClassName
{
color: #FFB4D5;
}
</style>
background-color css
<style>
a { background-color: #FFB4D5; }
a { background-color: rgb(255,180,213); }
div.DivClassName
{
background-color: #FFB4D5;
}
.BgClassName
{
background-color: #FFB4D5;
}
</style>
border-color css
<style>
span { border-color: #FFB4D5; }
span { border-color: rgb(255,180,213); }
td.TdClassName
{
border-color: #FFB4D5;
}
.TagClassName
{
border-color: #FFB4D5;
}
</style>