Shades of Cotton Candy #FFC1D4
Tints of Cotton Candy #FFC1D4
RGB
CMYK
RGB Variations
Color information
#FFC1D4 (or 0xFFC1D4) is known color: Cotton Candy. HEX triplet: FF, C1 and D4. RGB value is (255,193,212). Sum of RGB (Red+Green+Blue) = 255+193+212=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 193 (75.78% from 255 or 29.24% from 660); Blue value is 212 (83.20% from 255 or 32.12% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1D4 is #003E2B. Grayscale: #D5D5D5. Windows color (decimal): -15916 or 13943295. OLE color: 13943295.
HSL color Cylindrical-coordinate representation of color #FFC1D4: hue angle of 341.61º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC1D4 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 193 | 212 | - |
CMYK | 0 | 0.24 | 0.17 | 0 |
HSL | 341.61º | 1% | 0.88% | - |
HSV(B) | 341.61º | 0.24% | 1% | - |
XYZ | 72.19 | 64.15 | 70.87 | - |
YUV | 213.7 | 127.04 | 157.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 193 | 212 | 0 | 0.24 | 0.17 | 0 | 341.61 | 1 | 0.88 |
Hex | FF | C1 | D4 | 0 | 18 | 11 | 0 | 156 | 64 | 58 |
Octal | 377 | 301 | 324 | 0 | 30 | 21 | 0 | 526 | 144 | 130 |
Binary | 11111111 | 11000001 | 11010100 | 0 | 11000 | 10001 | 0 | 101010110 | 1100100 | 1011000 |
Color Harmonies of #FFC1D4
Complementary color
Monochromatic Colors of #FFC1D4
Black with #FFC1D4
Text Example
Text Example
White with #FFC1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1D4; }
p { color: rgb(255,193,212); }
H1.HeaderClassName
{
color: #FFC1D4;
}
.AnyTagClassName
{
color: #FFC1D4;
}
</style>
background-color css
<style>
a { background-color: #FFC1D4; }
a { background-color: rgb(255,193,212); }
div.DivClassName
{
background-color: #FFC1D4;
}
.BgClassName
{
background-color: #FFC1D4;
}
</style>
border-color css
<style>
span { border-color: #FFC1D4; }
span { border-color: rgb(255,193,212); }
td.TdClassName
{
border-color: #FFC1D4;
}
.TagClassName
{
border-color: #FFC1D4;
}
</style>