Shades of Cotton Candy #FDB8DA
Tints of Cotton Candy #FDB8DA
RGB
CMYK
RGB Variations
Color information
#FDB8DA (or 0xFDB8DA) is known color: Cotton Candy. HEX triplet: FD, B8 and DA. RGB value is (253,184,218). Sum of RGB (Red+Green+Blue) = 253+184+218=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 184 (72.27% from 255 or 28.09% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB8DA is #024725. Grayscale: #D0D0D0. Windows color (decimal): -149286 or 14334205. OLE color: 14334205.
HSL color Cylindrical-coordinate representation of color #FDB8DA: hue angle of 330.43º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDB8DA is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 184 | 218 | - |
CMYK | 0 | 0.27 | 0.14 | 0.01 |
HSL | 330.43º | 0.95% | 0.86% | - |
HSV(B) | 330.43º | 0.27% | 0.99% | - |
XYZ | 70.3 | 60.23 | 74.25 | - |
YUV | 208.51 | 133.36 | 159.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 184 | 218 | 0 | 0.27 | 0.14 | 0.01 | 330.43 | 0.95 | 0.86 |
Hex | FD | B8 | DA | 0 | 1B | E | 1 | 14A | 5F | 56 |
Octal | 375 | 270 | 332 | 0 | 33 | 16 | 1 | 512 | 137 | 126 |
Binary | 11111101 | 10111000 | 11011010 | 0 | 11011 | 1110 | 1 | 101001010 | 1011111 | 1010110 |
Color Harmonies of #FDB8DA
Complementary color
Monochromatic Colors of #FDB8DA
Black with #FDB8DA
Text Example
Text Example
White with #FDB8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8DA; }
p { color: rgb(253,184,218); }
H1.HeaderClassName
{
color: #FDB8DA;
}
.AnyTagClassName
{
color: #FDB8DA;
}
</style>
background-color css
<style>
a { background-color: #FDB8DA; }
a { background-color: rgb(253,184,218); }
div.DivClassName
{
background-color: #FDB8DA;
}
.BgClassName
{
background-color: #FDB8DA;
}
</style>
border-color css
<style>
span { border-color: #FDB8DA; }
span { border-color: rgb(253,184,218); }
td.TdClassName
{
border-color: #FDB8DA;
}
.TagClassName
{
border-color: #FDB8DA;
}
</style>