Shades of Coral Candy #F9CDC8
Tints of Coral Candy #F9CDC8
RGB
CMYK
RGB Variations
Color information
#F9CDC8 (or 0xF9CDC8) is known color: Coral Candy. HEX triplet: F9, CD and C8. RGB value is (249,205,200). Sum of RGB (Red+Green+Blue) = 249+205+200=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 200 (78.52% from 255 or 30.58% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CDC8 is #063237. Grayscale: #D9D9D9. Windows color (decimal): -406072 or 13159929. OLE color: 13159929.
HSL color Cylindrical-coordinate representation of color #F9CDC8: hue angle of 6.12º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9CDC8 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 205 | 200 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.02 |
| HSL | 6.12º | 0.8% | 0.88% | - |
| HSV(B) | 6.12º | 0.2% | 0.98% | - |
| XYZ | 71.32 | 67.97 | 64 | - |
| YUV | 217.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 205 | 200 | 0 | 0.18 | 0.20 | 0.02 | 6.12 | 0.8 | 0.88 |
| Hex | F9 | CD | C8 | 0 | 12 | 14 | 2 | 6 | 50 | 58 |
| Octal | 371 | 315 | 310 | 0 | 22 | 24 | 2 | 6 | 120 | 130 |
| Binary | 11111001 | 11001101 | 11001000 | 0 | 10010 | 10100 | 10 | 110 | 1010000 | 1011000 |
Color Harmonies of #F9CDC8
Complementary color
Monochromatic Colors of #F9CDC8
Black with #F9CDC8
Text Example
Text Example
White with #F9CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CDC8; }
p { color: rgb(249,205,200); }
H1.HeaderClassName
{
color: #F9CDC8;
}
.AnyTagClassName
{
color: #F9CDC8;
}
</style>
background-color css
<style>
a { background-color: #F9CDC8; }
a { background-color: rgb(249,205,200); }
div.DivClassName
{
background-color: #F9CDC8;
}
.BgClassName
{
background-color: #F9CDC8;
}
</style>
border-color css
<style>
span { border-color: #F9CDC8; }
span { border-color: rgb(249,205,200); }
td.TdClassName
{
border-color: #F9CDC8;
}
.TagClassName
{
border-color: #F9CDC8;
}
</style>