Shades of Coral Candy #FDCFC6
Tints of Coral Candy #FDCFC6
RGB
CMYK
RGB Variations
Color information
#FDCFC6 (or 0xFDCFC6) is known color: Coral Candy. HEX triplet: FD, CF and C6. RGB value is (253,207,198). Sum of RGB (Red+Green+Blue) = 253+207+198=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 198 (77.73% from 255 or 30.09% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFC6 is #023039. Grayscale: #DBDBDB. Windows color (decimal): -143418 or 13029373. OLE color: 13029373.
HSL color Cylindrical-coordinate representation of color #FDCFC6: hue angle of 9.82º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDCFC6 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 198 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.01 |
| HSL | 9.82º | 0.93% | 0.88% | - |
| HSV(B) | 9.82º | 0.22% | 0.99% | - |
| XYZ | 73.01 | 69.59 | 63.01 | - |
| YUV | 219.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 198 | 0 | 0.18 | 0.22 | 0.01 | 9.82 | 0.93 | 0.88 |
| Hex | FD | CF | C6 | 0 | 12 | 16 | 1 | A | 5D | 58 |
| Octal | 375 | 317 | 306 | 0 | 22 | 26 | 1 | 12 | 135 | 130 |
| Binary | 11111101 | 11001111 | 11000110 | 0 | 10010 | 10110 | 1 | 1010 | 1011101 | 1011000 |
Color Harmonies of #FDCFC6
Complementary color
Monochromatic Colors of #FDCFC6
Black with #FDCFC6
Text Example
Text Example
White with #FDCFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFC6; }
p { color: rgb(253,207,198); }
H1.HeaderClassName
{
color: #FDCFC6;
}
.AnyTagClassName
{
color: #FDCFC6;
}
</style>
background-color css
<style>
a { background-color: #FDCFC6; }
a { background-color: rgb(253,207,198); }
div.DivClassName
{
background-color: #FDCFC6;
}
.BgClassName
{
background-color: #FDCFC6;
}
</style>
border-color css
<style>
span { border-color: #FDCFC6; }
span { border-color: rgb(253,207,198); }
td.TdClassName
{
border-color: #FDCFC6;
}
.TagClassName
{
border-color: #FDCFC6;
}
</style>