Shades of Cotton Candy #FEB7DA
Tints of Cotton Candy #FEB7DA
RGB
CMYK
RGB Variations
Color information
#FEB7DA (or 0xFEB7DA) is known color: Cotton Candy. HEX triplet: FE, B7 and DA. RGB value is (254,183,218). Sum of RGB (Red+Green+Blue) = 254+183+218=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 183 (71.88% from 255 or 27.94% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7DA is #014825. Grayscale: #D0D0D0. Windows color (decimal): -84006 or 14333950. OLE color: 14333950.
HSL color Cylindrical-coordinate representation of color #FEB7DA: hue angle of 330.42º 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 #FEB7DA is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 183 | 218 | - |
CMYK | 0 | 0.28 | 0.14 | 0.00 |
HSL | 330.42º | 0.97% | 0.86% | - |
HSV(B) | 330.42º | 0.28% | 1% | - |
XYZ | 70.46 | 60 | 74.2 | - |
YUV | 208.22 | 133.52 | 160.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 183 | 218 | 0 | 0.28 | 0.14 | 0.00 | 330.42 | 0.97 | 0.86 |
Hex | FE | B7 | DA | 0 | 1C | E | 0 | 14A | 61 | 56 |
Octal | 376 | 267 | 332 | 0 | 34 | 16 | 0 | 512 | 141 | 126 |
Binary | 11111110 | 10110111 | 11011010 | 0 | 11100 | 1110 | 0 | 101001010 | 1100001 | 1010110 |
Color Harmonies of #FEB7DA
Complementary color
Monochromatic Colors of #FEB7DA
Black with #FEB7DA
Text Example
Text Example
White with #FEB7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB7DA; }
p { color: rgb(254,183,218); }
H1.HeaderClassName
{
color: #FEB7DA;
}
.AnyTagClassName
{
color: #FEB7DA;
}
</style>
background-color css
<style>
a { background-color: #FEB7DA; }
a { background-color: rgb(254,183,218); }
div.DivClassName
{
background-color: #FEB7DA;
}
.BgClassName
{
background-color: #FEB7DA;
}
</style>
border-color css
<style>
span { border-color: #FEB7DA; }
span { border-color: rgb(254,183,218); }
td.TdClassName
{
border-color: #FEB7DA;
}
.TagClassName
{
border-color: #FEB7DA;
}
</style>