Shades of Cotton Candy #FDB4DC
Tints of Cotton Candy #FDB4DC
RGB
CMYK
RGB Variations
Color information
#FDB4DC (or 0xFDB4DC) is known color: Cotton Candy. HEX triplet: FD, B4 and DC. RGB value is (253,180,220). Sum of RGB (Red+Green+Blue) = 253+180+220=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 180 (70.70% from 255 or 27.57% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4DC is #024B23. Grayscale: #CECECE. Windows color (decimal): -150308 or 14464253. OLE color: 14464253.
HSL color Cylindrical-coordinate representation of color #FDB4DC: hue angle of 327.12º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB4DC is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 180 | 220 | - |
CMYK | 0 | 0.29 | 0.13 | 0.01 |
HSL | 327.12º | 0.95% | 0.85% | - |
HSV(B) | 327.12º | 0.29% | 0.99% | - |
XYZ | 69.75 | 58.69 | 75.36 | - |
YUV | 206.39 | 135.68 | 161.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 180 | 220 | 0 | 0.29 | 0.13 | 0.01 | 327.12 | 0.95 | 0.85 |
Hex | FD | B4 | DC | 0 | 1D | D | 1 | 147 | 5F | 55 |
Octal | 375 | 264 | 334 | 0 | 35 | 15 | 1 | 507 | 137 | 125 |
Binary | 11111101 | 10110100 | 11011100 | 0 | 11101 | 1101 | 1 | 101000111 | 1011111 | 1010101 |
Color Harmonies of #FDB4DC
Complementary color
Monochromatic Colors of #FDB4DC
Black with #FDB4DC
Text Example
Text Example
White with #FDB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4DC; }
p { color: rgb(253,180,220); }
H1.HeaderClassName
{
color: #FDB4DC;
}
.AnyTagClassName
{
color: #FDB4DC;
}
</style>
background-color css
<style>
a { background-color: #FDB4DC; }
a { background-color: rgb(253,180,220); }
div.DivClassName
{
background-color: #FDB4DC;
}
.BgClassName
{
background-color: #FDB4DC;
}
</style>
border-color css
<style>
span { border-color: #FDB4DC; }
span { border-color: rgb(253,180,220); }
td.TdClassName
{
border-color: #FDB4DC;
}
.TagClassName
{
border-color: #FDB4DC;
}
</style>