Shades of Cotton Candy #FFB4D3
Tints of Cotton Candy #FFB4D3
RGB
CMYK
RGB Variations
Color information
#FFB4D3 (or 0xFFB4D3) is known color: Cotton Candy. HEX triplet: FF, B4 and D3. RGB value is (255,180,211). Sum of RGB (Red+Green+Blue) = 255+180+211=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 180 (70.70% from 255 or 27.86% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4D3 is #004B2C. Grayscale: #CDCDCD. Windows color (decimal): -19245 or 13874431. OLE color: 13874431.
HSL color Cylindrical-coordinate representation of color #FFB4D3: hue angle of 335.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 #FFB4D3 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 211 | - |
| CMYK | 0 | 0.29 | 0.17 | 0 |
| HSL | 335.2º | 1% | 0.85% | - |
| HSV(B) | 335.2º | 0.29% | 1% | - |
| XYZ | 69.32 | 58.61 | 69.29 | - |
| YUV | 205.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 211 | 0 | 0.29 | 0.17 | 0 | 335.2 | 1 | 0.85 |
| Hex | FF | B4 | D3 | 0 | 1D | 11 | 0 | 14F | 64 | 55 |
| Octal | 377 | 264 | 323 | 0 | 35 | 21 | 0 | 517 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11010011 | 0 | 11101 | 10001 | 0 | 101001111 | 1100100 | 1010101 |
Color Harmonies of #FFB4D3
Complementary color
Monochromatic Colors of #FFB4D3
Black with #FFB4D3
Text Example
Text Example
White with #FFB4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4D3; }
p { color: rgb(255,180,211); }
H1.HeaderClassName
{
color: #FFB4D3;
}
.AnyTagClassName
{
color: #FFB4D3;
}
</style>
background-color css
<style>
a { background-color: #FFB4D3; }
a { background-color: rgb(255,180,211); }
div.DivClassName
{
background-color: #FFB4D3;
}
.BgClassName
{
background-color: #FFB4D3;
}
</style>
border-color css
<style>
span { border-color: #FFB4D3; }
span { border-color: rgb(255,180,211); }
td.TdClassName
{
border-color: #FFB4D3;
}
.TagClassName
{
border-color: #FFB4D3;
}
</style>