Shades of Cotton Candy #FEBFD3
Tints of Cotton Candy #FEBFD3
RGB
CMYK
RGB Variations
Color information
#FEBFD3 (or 0xFEBFD3) is known color: Cotton Candy. HEX triplet: FE, BF and D3. RGB value is (254,191,211). Sum of RGB (Red+Green+Blue) = 254+191+211=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFD3 is #01402C. Grayscale: #D4D4D4. Windows color (decimal): -81965 or 13877246. OLE color: 13877246.
HSL color Cylindrical-coordinate representation of color #FEBFD3: hue angle of 340.95º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBFD3 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 191 | 211 | - |
CMYK | 0 | 0.25 | 0.17 | 0.00 |
HSL | 340.95º | 0.97% | 0.87% | - |
HSV(B) | 340.95º | 0.25% | 1% | - |
XYZ | 71.26 | 63.04 | 70.04 | - |
YUV | 212.12 | 127.37 | 157.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 191 | 211 | 0 | 0.25 | 0.17 | 0.00 | 340.95 | 0.97 | 0.87 |
Hex | FE | BF | D3 | 0 | 19 | 11 | 0 | 155 | 61 | 57 |
Octal | 376 | 277 | 323 | 0 | 31 | 21 | 0 | 525 | 141 | 127 |
Binary | 11111110 | 10111111 | 11010011 | 0 | 11001 | 10001 | 0 | 101010101 | 1100001 | 1010111 |
Color Harmonies of #FEBFD3
Complementary color
Monochromatic Colors of #FEBFD3
Black with #FEBFD3
Text Example
Text Example
White with #FEBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFD3; }
p { color: rgb(254,191,211); }
H1.HeaderClassName
{
color: #FEBFD3;
}
.AnyTagClassName
{
color: #FEBFD3;
}
</style>
background-color css
<style>
a { background-color: #FEBFD3; }
a { background-color: rgb(254,191,211); }
div.DivClassName
{
background-color: #FEBFD3;
}
.BgClassName
{
background-color: #FEBFD3;
}
</style>
border-color css
<style>
span { border-color: #FEBFD3; }
span { border-color: rgb(254,191,211); }
td.TdClassName
{
border-color: #FEBFD3;
}
.TagClassName
{
border-color: #FEBFD3;
}
</style>