Shades of Cotton Candy #FDBFDA
Tints of Cotton Candy #FDBFDA
RGB
CMYK
RGB Variations
Color information
#FDBFDA (or 0xFDBFDA) is known color: Cotton Candy. HEX triplet: FD, BF and DA. RGB value is (253,191,218). Sum of RGB (Red+Green+Blue) = 253+191+218=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBFDA is #024025. Grayscale: #D4D4D4. Windows color (decimal): -147494 or 14335997. OLE color: 14335997.
HSL color Cylindrical-coordinate representation of color #FDBFDA: hue angle of 333.87º 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 #FDBFDA is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 191 | 218 | - |
CMYK | 0 | 0.25 | 0.14 | 0.01 |
HSL | 333.87º | 0.94% | 0.87% | - |
HSV(B) | 333.87º | 0.25% | 0.99% | - |
XYZ | 71.79 | 63.21 | 74.75 | - |
YUV | 212.62 | 131.04 | 156.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 191 | 218 | 0 | 0.25 | 0.14 | 0.01 | 333.87 | 0.94 | 0.87 |
Hex | FD | BF | DA | 0 | 19 | E | 1 | 14E | 5E | 57 |
Octal | 375 | 277 | 332 | 0 | 31 | 16 | 1 | 516 | 136 | 127 |
Binary | 11111101 | 10111111 | 11011010 | 0 | 11001 | 1110 | 1 | 101001110 | 1011110 | 1010111 |
Color Harmonies of #FDBFDA
Complementary color
Monochromatic Colors of #FDBFDA
Black with #FDBFDA
Text Example
Text Example
White with #FDBFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBFDA; }
p { color: rgb(253,191,218); }
H1.HeaderClassName
{
color: #FDBFDA;
}
.AnyTagClassName
{
color: #FDBFDA;
}
</style>
background-color css
<style>
a { background-color: #FDBFDA; }
a { background-color: rgb(253,191,218); }
div.DivClassName
{
background-color: #FDBFDA;
}
.BgClassName
{
background-color: #FDBFDA;
}
</style>
border-color css
<style>
span { border-color: #FDBFDA; }
span { border-color: rgb(253,191,218); }
td.TdClassName
{
border-color: #FDBFDA;
}
.TagClassName
{
border-color: #FDBFDA;
}
</style>