Shades of Cotton Candy #FFB4DF
Tints of Cotton Candy #FFB4DF
RGB
CMYK
RGB Variations
Color information
#FFB4DF (or 0xFFB4DF) is known color: Cotton Candy. HEX triplet: FF, B4 and DF. RGB value is (255,180,223). Sum of RGB (Red+Green+Blue) = 255+180+223=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 180 (70.70% from 255 or 27.36% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4DF is #004B20. Grayscale: #CFCFCF. Windows color (decimal): -19233 or 14660863. OLE color: 14660863.
HSL color Cylindrical-coordinate representation of color #FFB4DF: hue angle of 325.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 #FFB4DF is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 223 | - |
| CMYK | 0 | 0.29 | 0.13 | 0 |
| HSL | 325.6º | 1% | 0.85% | - |
| HSV(B) | 325.6º | 0.29% | 1% | - |
| XYZ | 70.88 | 59.23 | 77.51 | - |
| YUV | 207.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 223 | 0 | 0.29 | 0.13 | 0 | 325.6 | 1 | 0.85 |
| Hex | FF | B4 | DF | 0 | 1D | D | 0 | 146 | 64 | 55 |
| Octal | 377 | 264 | 337 | 0 | 35 | 15 | 0 | 506 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11011111 | 0 | 11101 | 1101 | 0 | 101000110 | 1100100 | 1010101 |
Color Harmonies of #FFB4DF
Complementary color
Monochromatic Colors of #FFB4DF
Black with #FFB4DF
Text Example
Text Example
White with #FFB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4DF; }
p { color: rgb(255,180,223); }
H1.HeaderClassName
{
color: #FFB4DF;
}
.AnyTagClassName
{
color: #FFB4DF;
}
</style>
background-color css
<style>
a { background-color: #FFB4DF; }
a { background-color: rgb(255,180,223); }
div.DivClassName
{
background-color: #FFB4DF;
}
.BgClassName
{
background-color: #FFB4DF;
}
</style>
border-color css
<style>
span { border-color: #FFB4DF; }
span { border-color: rgb(255,180,223); }
td.TdClassName
{
border-color: #FFB4DF;
}
.TagClassName
{
border-color: #FFB4DF;
}
</style>