Shades of Cotton Candy #FDBDD4
Tints of Cotton Candy #FDBDD4
RGB
CMYK
RGB Variations
Color information
#FDBDD4 (or 0xFDBDD4) is known color: Cotton Candy. HEX triplet: FD, BD and D4. RGB value is (253,189,212). Sum of RGB (Red+Green+Blue) = 253+189+212=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDD4 is #02422B. Grayscale: #D2D2D2. Windows color (decimal): -148012 or 13942269. OLE color: 13942269.
HSL color Cylindrical-coordinate representation of color #FDBDD4: hue angle of 338.44º 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 #FDBDD4 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 189 | 212 | - |
CMYK | 0 | 0.25 | 0.16 | 0.01 |
HSL | 338.44º | 0.94% | 0.87% | - |
HSV(B) | 338.44º | 0.25% | 0.99% | - |
XYZ | 70.59 | 62.03 | 70.54 | - |
YUV | 210.76 | 128.7 | 158.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 189 | 212 | 0 | 0.25 | 0.16 | 0.01 | 338.44 | 0.94 | 0.87 |
Hex | FD | BD | D4 | 0 | 19 | 10 | 1 | 152 | 5E | 57 |
Octal | 375 | 275 | 324 | 0 | 31 | 20 | 1 | 522 | 136 | 127 |
Binary | 11111101 | 10111101 | 11010100 | 0 | 11001 | 10000 | 1 | 101010010 | 1011110 | 1010111 |
Color Harmonies of #FDBDD4
Complementary color
Monochromatic Colors of #FDBDD4
Black with #FDBDD4
Text Example
Text Example
White with #FDBDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDD4; }
p { color: rgb(253,189,212); }
H1.HeaderClassName
{
color: #FDBDD4;
}
.AnyTagClassName
{
color: #FDBDD4;
}
</style>
background-color css
<style>
a { background-color: #FDBDD4; }
a { background-color: rgb(253,189,212); }
div.DivClassName
{
background-color: #FDBDD4;
}
.BgClassName
{
background-color: #FDBDD4;
}
</style>
border-color css
<style>
span { border-color: #FDBDD4; }
span { border-color: rgb(253,189,212); }
td.TdClassName
{
border-color: #FDBDD4;
}
.TagClassName
{
border-color: #FDBDD4;
}
</style>