Shades of Coral Candy #FDCBC4
Tints of Coral Candy #FDCBC4
RGB
CMYK
RGB Variations
Color information
#FDCBC4 (or 0xFDCBC4) is known color: Coral Candy. HEX triplet: FD, CB and C4. RGB value is (253,203,196). Sum of RGB (Red+Green+Blue) = 253+203+196=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBC4 is #02343B. Grayscale: #D9D9D9. Windows color (decimal): -144444 or 12897277. OLE color: 12897277.
HSL color Cylindrical-coordinate representation of color #FDCBC4: hue angle of 7.37º 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 #FDCBC4 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 203 | 196 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.01 |
| HSL | 7.37º | 0.93% | 0.88% | - |
| HSV(B) | 7.37º | 0.23% | 0.99% | - |
| XYZ | 71.83 | 67.58 | 61.48 | - |
| YUV | 217.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 203 | 196 | 0 | 0.20 | 0.23 | 0.01 | 7.37 | 0.93 | 0.88 |
| Hex | FD | CB | C4 | 0 | 14 | 17 | 1 | 7 | 5D | 58 |
| Octal | 375 | 313 | 304 | 0 | 24 | 27 | 1 | 7 | 135 | 130 |
| Binary | 11111101 | 11001011 | 11000100 | 0 | 10100 | 10111 | 1 | 111 | 1011101 | 1011000 |
Color Harmonies of #FDCBC4
Complementary color
Monochromatic Colors of #FDCBC4
Black with #FDCBC4
Text Example
Text Example
White with #FDCBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCBC4; }
p { color: rgb(253,203,196); }
H1.HeaderClassName
{
color: #FDCBC4;
}
.AnyTagClassName
{
color: #FDCBC4;
}
</style>
background-color css
<style>
a { background-color: #FDCBC4; }
a { background-color: rgb(253,203,196); }
div.DivClassName
{
background-color: #FDCBC4;
}
.BgClassName
{
background-color: #FDCBC4;
}
</style>
border-color css
<style>
span { border-color: #FDCBC4; }
span { border-color: rgb(253,203,196); }
td.TdClassName
{
border-color: #FDCBC4;
}
.TagClassName
{
border-color: #FDCBC4;
}
</style>