Shades of Cotton Candy #FFB5E2
Tints of Cotton Candy #FFB5E2
RGB
CMYK
RGB Variations
Color information
#FFB5E2 (or 0xFFB5E2) is known color: Cotton Candy. HEX triplet: FF, B5 and E2. RGB value is (255,181,226). Sum of RGB (Red+Green+Blue) = 255+181+226=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 181 (71.09% from 255 or 27.34% from 662); Blue value is 226 (88.67% from 255 or 34.14% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5E2 is #004A1D. Grayscale: #D0D0D0. Windows color (decimal): -18974 or 14857727. OLE color: 14857727.
HSL color Cylindrical-coordinate representation of color #FFB5E2: hue angle of 323.51º 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 #FFB5E2 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 181 | 226 | - |
CMYK | 0 | 0.29 | 0.11 | 0 |
HSL | 323.51º | 1% | 0.85% | - |
HSV(B) | 323.51º | 0.29% | 1% | - |
XYZ | 71.49 | 59.8 | 79.73 | - |
YUV | 208.26 | 138.02 | 161.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 181 | 226 | 0 | 0.29 | 0.11 | 0 | 323.51 | 1 | 0.85 |
Hex | FF | B5 | E2 | 0 | 1D | B | 0 | 144 | 64 | 55 |
Octal | 377 | 265 | 342 | 0 | 35 | 13 | 0 | 504 | 144 | 125 |
Binary | 11111111 | 10110101 | 11100010 | 0 | 11101 | 1011 | 0 | 101000100 | 1100100 | 1010101 |
Color Harmonies of #FFB5E2
Complementary color
Monochromatic Colors of #FFB5E2
Black with #FFB5E2
Text Example
Text Example
White with #FFB5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5E2; }
p { color: rgb(255,181,226); }
H1.HeaderClassName
{
color: #FFB5E2;
}
.AnyTagClassName
{
color: #FFB5E2;
}
</style>
background-color css
<style>
a { background-color: #FFB5E2; }
a { background-color: rgb(255,181,226); }
div.DivClassName
{
background-color: #FFB5E2;
}
.BgClassName
{
background-color: #FFB5E2;
}
</style>
border-color css
<style>
span { border-color: #FFB5E2; }
span { border-color: rgb(255,181,226); }
td.TdClassName
{
border-color: #FFB5E2;
}
.TagClassName
{
border-color: #FFB5E2;
}
</style>