Shades of Cotton Candy #FEB5D2
Tints of Cotton Candy #FEB5D2
RGB
CMYK
RGB Variations
Color information
#FEB5D2 (or 0xFEB5D2) is known color: Cotton Candy. HEX triplet: FE, B5 and D2. RGB value is (254,181,210). Sum of RGB (Red+Green+Blue) = 254+181+210=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 181 (71.09% from 255 or 28.06% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB5D2 is #014A2D. Grayscale: #CECECE. Windows color (decimal): -84526 or 13809150. OLE color: 13809150.
HSL color Cylindrical-coordinate representation of color #FEB5D2: hue angle of 336.16º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEB5D2 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 210 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.00 |
| HSL | 336.16º | 0.97% | 0.85% | - |
| HSV(B) | 336.16º | 0.29% | 1% | - |
| XYZ | 69.03 | 58.77 | 68.68 | - |
| YUV | 206.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 210 | 0 | 0.29 | 0.17 | 0.00 | 336.16 | 0.97 | 0.85 |
| Hex | FE | B5 | D2 | 0 | 1D | 11 | 0 | 150 | 61 | 55 |
| Octal | 376 | 265 | 322 | 0 | 35 | 21 | 0 | 520 | 141 | 125 |
| Binary | 11111110 | 10110101 | 11010010 | 0 | 11101 | 10001 | 0 | 101010000 | 1100001 | 1010101 |
Color Harmonies of #FEB5D2
Complementary color
Monochromatic Colors of #FEB5D2
Black with #FEB5D2
Text Example
Text Example
White with #FEB5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB5D2; }
p { color: rgb(254,181,210); }
H1.HeaderClassName
{
color: #FEB5D2;
}
.AnyTagClassName
{
color: #FEB5D2;
}
</style>
background-color css
<style>
a { background-color: #FEB5D2; }
a { background-color: rgb(254,181,210); }
div.DivClassName
{
background-color: #FEB5D2;
}
.BgClassName
{
background-color: #FEB5D2;
}
</style>
border-color css
<style>
span { border-color: #FEB5D2; }
span { border-color: rgb(254,181,210); }
td.TdClassName
{
border-color: #FEB5D2;
}
.TagClassName
{
border-color: #FEB5D2;
}
</style>