Shades of Coral Candy #FDCFC4
Tints of Coral Candy #FDCFC4
RGB
CMYK
RGB Variations
Color information
#FDCFC4 (or 0xFDCFC4) is known color: Coral Candy. HEX triplet: FD, CF and C4. RGB value is (253,207,196). Sum of RGB (Red+Green+Blue) = 253+207+196=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFC4 is #02303B. Grayscale: #DBDBDB. Windows color (decimal): -143420 or 12898301. OLE color: 12898301.
HSL color Cylindrical-coordinate representation of color #FDCFC4: hue angle of 11.58º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDCFC4 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 207 | 196 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.01 |
| HSL | 11.58º | 0.93% | 0.88% | - |
| HSV(B) | 11.58º | 0.23% | 0.99% | - |
| XYZ | 72.78 | 69.49 | 61.8 | - |
| YUV | 219.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 207 | 196 | 0 | 0.18 | 0.23 | 0.01 | 11.58 | 0.93 | 0.88 |
| Hex | FD | CF | C4 | 0 | 12 | 17 | 1 | C | 5D | 58 |
| Octal | 375 | 317 | 304 | 0 | 22 | 27 | 1 | 14 | 135 | 130 |
| Binary | 11111101 | 11001111 | 11000100 | 0 | 10010 | 10111 | 1 | 1100 | 1011101 | 1011000 |
Color Harmonies of #FDCFC4
Complementary color
Monochromatic Colors of #FDCFC4
Black with #FDCFC4
Text Example
Text Example
White with #FDCFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFC4; }
p { color: rgb(253,207,196); }
H1.HeaderClassName
{
color: #FDCFC4;
}
.AnyTagClassName
{
color: #FDCFC4;
}
</style>
background-color css
<style>
a { background-color: #FDCFC4; }
a { background-color: rgb(253,207,196); }
div.DivClassName
{
background-color: #FDCFC4;
}
.BgClassName
{
background-color: #FDCFC4;
}
</style>
border-color css
<style>
span { border-color: #FDCFC4; }
span { border-color: rgb(253,207,196); }
td.TdClassName
{
border-color: #FDCFC4;
}
.TagClassName
{
border-color: #FDCFC4;
}
</style>