Shades of Cotton Candy #FDBED8
Tints of Cotton Candy #FDBED8
RGB
CMYK
RGB Variations
Color information
#FDBED8 (or 0xFDBED8) is known color: Cotton Candy. HEX triplet: FD, BE and D8. RGB value is (253,190,216). Sum of RGB (Red+Green+Blue) = 253+190+216=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 190 (74.61% from 255 or 28.83% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBED8 is #024127. Grayscale: #D3D3D3. Windows color (decimal): -147752 or 14204669. OLE color: 14204669.
HSL color Cylindrical-coordinate representation of color #FDBED8: hue angle of 335.24º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDBED8 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 190 | 216 | - |
CMYK | 0 | 0.25 | 0.15 | 0.01 |
HSL | 335.24º | 0.94% | 0.87% | - |
HSV(B) | 335.24º | 0.25% | 0.99% | - |
XYZ | 71.32 | 62.67 | 73.3 | - |
YUV | 211.8 | 130.37 | 157.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 190 | 216 | 0 | 0.25 | 0.15 | 0.01 | 335.24 | 0.94 | 0.87 |
Hex | FD | BE | D8 | 0 | 19 | F | 1 | 14F | 5E | 57 |
Octal | 375 | 276 | 330 | 0 | 31 | 17 | 1 | 517 | 136 | 127 |
Binary | 11111101 | 10111110 | 11011000 | 0 | 11001 | 1111 | 1 | 101001111 | 1011110 | 1010111 |
Color Harmonies of #FDBED8
Complementary color
Monochromatic Colors of #FDBED8
Black with #FDBED8
Text Example
Text Example
White with #FDBED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBED8; }
p { color: rgb(253,190,216); }
H1.HeaderClassName
{
color: #FDBED8;
}
.AnyTagClassName
{
color: #FDBED8;
}
</style>
background-color css
<style>
a { background-color: #FDBED8; }
a { background-color: rgb(253,190,216); }
div.DivClassName
{
background-color: #FDBED8;
}
.BgClassName
{
background-color: #FDBED8;
}
</style>
border-color css
<style>
span { border-color: #FDBED8; }
span { border-color: rgb(253,190,216); }
td.TdClassName
{
border-color: #FDBED8;
}
.TagClassName
{
border-color: #FDBED8;
}
</style>