Shades of Cotton Candy #FEB7E2
Tints of Cotton Candy #FEB7E2
RGB
CMYK
RGB Variations
Color information
#FEB7E2 (or 0xFEB7E2) is known color: Cotton Candy. HEX triplet: FE, B7 and E2. RGB value is (254,183,226). Sum of RGB (Red+Green+Blue) = 254+183+226=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 183 (71.88% from 255 or 27.60% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7E2 is #01481D. Grayscale: #D1D1D1. Windows color (decimal): -83998 or 14858238. OLE color: 14858238.
HSL color Cylindrical-coordinate representation of color #FEB7E2: hue angle of 323.66º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB7E2 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 183 | 226 | - |
CMYK | 0 | 0.28 | 0.11 | 0.00 |
HSL | 323.66º | 0.97% | 0.86% | - |
HSV(B) | 323.66º | 0.28% | 1% | - |
XYZ | 71.53 | 60.43 | 79.85 | - |
YUV | 209.13 | 137.52 | 160 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 183 | 226 | 0 | 0.28 | 0.11 | 0.00 | 323.66 | 0.97 | 0.86 |
Hex | FE | B7 | E2 | 0 | 1C | B | 0 | 144 | 61 | 56 |
Octal | 376 | 267 | 342 | 0 | 34 | 13 | 0 | 504 | 141 | 126 |
Binary | 11111110 | 10110111 | 11100010 | 0 | 11100 | 1011 | 0 | 101000100 | 1100001 | 1010110 |
Color Harmonies of #FEB7E2
Complementary color
Monochromatic Colors of #FEB7E2
Black with #FEB7E2
Text Example
Text Example
White with #FEB7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7E2; }
p { color: rgb(254,183,226); }
H1.HeaderClassName
{
color: #FEB7E2;
}
.AnyTagClassName
{
color: #FEB7E2;
}
</style>
background-color css
<style>
a { background-color: #FEB7E2; }
a { background-color: rgb(254,183,226); }
div.DivClassName
{
background-color: #FEB7E2;
}
.BgClassName
{
background-color: #FEB7E2;
}
</style>
border-color css
<style>
span { border-color: #FEB7E2; }
span { border-color: rgb(254,183,226); }
td.TdClassName
{
border-color: #FEB7E2;
}
.TagClassName
{
border-color: #FEB7E2;
}
</style>