Shades of Cotton Candy #FFB4E2
Tints of Cotton Candy #FFB4E2
RGB
CMYK
RGB Variations
Color information
#FFB4E2 (or 0xFFB4E2) is known color: Cotton Candy. HEX triplet: FF, B4 and E2. RGB value is (255,180,226). Sum of RGB (Red+Green+Blue) = 255+180+226=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 180 (70.70% from 255 or 27.23% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4E2 is #004B1D. Grayscale: #CFCFCF. Windows color (decimal): -19230 or 14857471. OLE color: 14857471.
HSL color Cylindrical-coordinate representation of color #FFB4E2: hue angle of 323.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 #FFB4E2 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 226 | - |
| CMYK | 0 | 0.29 | 0.11 | 0 |
| HSL | 323.2º | 1% | 0.85% | - |
| HSV(B) | 323.2º | 0.29% | 1% | - |
| XYZ | 71.29 | 59.39 | 79.66 | - |
| YUV | 207.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 226 | 0 | 0.29 | 0.11 | 0 | 323.2 | 1 | 0.85 |
| Hex | FF | B4 | E2 | 0 | 1D | B | 0 | 143 | 64 | 55 |
| Octal | 377 | 264 | 342 | 0 | 35 | 13 | 0 | 503 | 144 | 125 |
| Binary | 11111111 | 10110100 | 11100010 | 0 | 11101 | 1011 | 0 | 101000011 | 1100100 | 1010101 |
Color Harmonies of #FFB4E2
Complementary color
Monochromatic Colors of #FFB4E2
Black with #FFB4E2
Text Example
Text Example
White with #FFB4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4E2; }
p { color: rgb(255,180,226); }
H1.HeaderClassName
{
color: #FFB4E2;
}
.AnyTagClassName
{
color: #FFB4E2;
}
</style>
background-color css
<style>
a { background-color: #FFB4E2; }
a { background-color: rgb(255,180,226); }
div.DivClassName
{
background-color: #FFB4E2;
}
.BgClassName
{
background-color: #FFB4E2;
}
</style>
border-color css
<style>
span { border-color: #FFB4E2; }
span { border-color: rgb(255,180,226); }
td.TdClassName
{
border-color: #FFB4E2;
}
.TagClassName
{
border-color: #FFB4E2;
}
</style>