Shades of Cotton Candy #FDBDD3
Tints of Cotton Candy #FDBDD3
RGB
CMYK
RGB Variations
Color information
#FDBDD3 (or 0xFDBDD3) is known color: Cotton Candy. HEX triplet: FD, BD and D3. RGB value is (253,189,211). Sum of RGB (Red+Green+Blue) = 253+189+211=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDD3 is #02422C. Grayscale: #D2D2D2. Windows color (decimal): -148013 or 13876733. OLE color: 13876733.
HSL color Cylindrical-coordinate representation of color #FDBDD3: hue angle of 339.38º 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 #FDBDD3 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 211 | - |
CMYK | 0 | 0.25 | 0.17 | 0.01 |
HSL | 339.38º | 0.94% | 0.87% | - |
HSV(B) | 339.38º | 0.25% | 0.99% | - |
XYZ | 70.46 | 61.98 | 69.88 | - |
YUV | 210.64 | 128.2 | 158.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 211 | 0 | 0.25 | 0.17 | 0.01 | 339.38 | 0.94 | 0.87 |
Hex | FD | BD | D3 | 0 | 19 | 11 | 1 | 153 | 5E | 57 |
Octal | 375 | 275 | 323 | 0 | 31 | 21 | 1 | 523 | 136 | 127 |
Binary | 11111101 | 10111101 | 11010011 | 0 | 11001 | 10001 | 1 | 101010011 | 1011110 | 1010111 |
Color Harmonies of #FDBDD3
Complementary color
Monochromatic Colors of #FDBDD3
Black with #FDBDD3
Text Example
Text Example
White with #FDBDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDD3; }
p { color: rgb(253,189,211); }
H1.HeaderClassName
{
color: #FDBDD3;
}
.AnyTagClassName
{
color: #FDBDD3;
}
</style>
background-color css
<style>
a { background-color: #FDBDD3; }
a { background-color: rgb(253,189,211); }
div.DivClassName
{
background-color: #FDBDD3;
}
.BgClassName
{
background-color: #FDBDD3;
}
</style>
border-color css
<style>
span { border-color: #FDBDD3; }
span { border-color: rgb(253,189,211); }
td.TdClassName
{
border-color: #FDBDD3;
}
.TagClassName
{
border-color: #FDBDD3;
}
</style>