Shades of Coral Candy #FDCFC5
Tints of Coral Candy #FDCFC5
RGB
CMYK
RGB Variations
Color information
#FDCFC5 (or 0xFDCFC5) is known color: Coral Candy. HEX triplet: FD, CF and C5. RGB value is (253,207,197). Sum of RGB (Red+Green+Blue) = 253+207+197=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFC5 is #02303A. Grayscale: #DBDBDB. Windows color (decimal): -143419 or 12963837. OLE color: 12963837.
HSL color Cylindrical-coordinate representation of color #FDCFC5: hue angle of 10.71º 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 #FDCFC5 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 207 | 197 | - |
CMYK | 0 | 0.18 | 0.22 | 0.01 |
HSL | 10.71º | 0.93% | 0.88% | - |
HSV(B) | 10.71º | 0.22% | 0.99% | - |
XYZ | 72.9 | 69.54 | 62.4 | - |
YUV | 219.61 | 115.24 | 151.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 207 | 197 | 0 | 0.18 | 0.22 | 0.01 | 10.71 | 0.93 | 0.88 |
Hex | FD | CF | C5 | 0 | 12 | 16 | 1 | B | 5D | 58 |
Octal | 375 | 317 | 305 | 0 | 22 | 26 | 1 | 13 | 135 | 130 |
Binary | 11111101 | 11001111 | 11000101 | 0 | 10010 | 10110 | 1 | 1011 | 1011101 | 1011000 |
Color Harmonies of #FDCFC5
Complementary color
Monochromatic Colors of #FDCFC5
Black with #FDCFC5
Text Example
Text Example
White with #FDCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFC5; }
p { color: rgb(253,207,197); }
H1.HeaderClassName
{
color: #FDCFC5;
}
.AnyTagClassName
{
color: #FDCFC5;
}
</style>
background-color css
<style>
a { background-color: #FDCFC5; }
a { background-color: rgb(253,207,197); }
div.DivClassName
{
background-color: #FDCFC5;
}
.BgClassName
{
background-color: #FDCFC5;
}
</style>
border-color css
<style>
span { border-color: #FDCFC5; }
span { border-color: rgb(253,207,197); }
td.TdClassName
{
border-color: #FDCFC5;
}
.TagClassName
{
border-color: #FDCFC5;
}
</style>