Shades of Cotton Candy #FFB4CD
Tints of Cotton Candy #FFB4CD
RGB
CMYK
RGB Variations
Color information
#FFB4CD (or 0xFFB4CD) is known color: Cotton Candy. HEX triplet: FF, B4 and CD. RGB value is (255,180,205). Sum of RGB (Red+Green+Blue) = 255+180+205=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 180 (70.70% from 255 or 28.12% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4CD is #004B32. Grayscale: #CDCDCD. Windows color (decimal): -19251 or 13481215. OLE color: 13481215.
HSL color Cylindrical-coordinate representation of color #FFB4CD: hue angle of 340º 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 #FFB4CD is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 205 | - |
| CMYK | 0 | 0.29 | 0.20 | 0 |
| HSL | 340º | 1% | 0.85% | - |
| HSV(B) | 340º | 0.29% | 1% | - |
| XYZ | 68.58 | 58.31 | 65.4 | - |
| YUV | 205.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 205 | 0 | 0.29 | 0.20 | 0 | 340 | 1 | 0.85 |
| Hex | FF | B4 | CD | 0 | 1D | 14 | 0 | 154 | 64 | 55 |
| Octal | 377 | 264 | 315 | 0 | 35 | 24 | 0 | 524 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11001101 | 0 | 11101 | 10100 | 0 | 101010100 | 1100100 | 1010101 |
Color Harmonies of #FFB4CD
Complementary color
Monochromatic Colors of #FFB4CD
Black with #FFB4CD
Text Example
Text Example
White with #FFB4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4CD; }
p { color: rgb(255,180,205); }
H1.HeaderClassName
{
color: #FFB4CD;
}
.AnyTagClassName
{
color: #FFB4CD;
}
</style>
background-color css
<style>
a { background-color: #FFB4CD; }
a { background-color: rgb(255,180,205); }
div.DivClassName
{
background-color: #FFB4CD;
}
.BgClassName
{
background-color: #FFB4CD;
}
</style>
border-color css
<style>
span { border-color: #FFB4CD; }
span { border-color: rgb(255,180,205); }
td.TdClassName
{
border-color: #FFB4CD;
}
.TagClassName
{
border-color: #FFB4CD;
}
</style>