Shades of Coral Candy #FFCBC7
Tints of Coral Candy #FFCBC7
RGB
CMYK
RGB Variations
Color information
#FFCBC7 (or 0xFFCBC7) is known color: Coral Candy. HEX triplet: FF, CB and C7. RGB value is (255,203,199). Sum of RGB (Red+Green+Blue) = 255+203+199=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 199 (78.12% from 255 or 30.29% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBC7 is #003438. Grayscale: #DADADA. Windows color (decimal): -13369 or 13093887. OLE color: 13093887.
HSL color Cylindrical-coordinate representation of color #FFCBC7: hue angle of 4.29º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFCBC7 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 199 | - |
| CMYK | 0 | 0.20 | 0.22 | 0 |
| HSL | 4.29º | 1% | 0.89% | - |
| HSV(B) | 4.29º | 0.22% | 1% | - |
| XYZ | 72.9 | 68.1 | 63.33 | - |
| YUV | 218.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 199 | 0 | 0.20 | 0.22 | 0 | 4.29 | 1 | 0.89 |
| Hex | FF | CB | C7 | 0 | 14 | 16 | 0 | 4 | 64 | 59 |
| Octal | 377 | 313 | 307 | 0 | 24 | 26 | 0 | 4 | 144 | 131 |
| Binary | 11111111 | 11001011 | 11000111 | 0 | 10100 | 10110 | 0 | 100 | 1100100 | 1011001 |
Color Harmonies of #FFCBC7
Complementary color
Monochromatic Colors of #FFCBC7
Black with #FFCBC7
Text Example
Text Example
White with #FFCBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBC7; }
p { color: rgb(255,203,199); }
H1.HeaderClassName
{
color: #FFCBC7;
}
.AnyTagClassName
{
color: #FFCBC7;
}
</style>
background-color css
<style>
a { background-color: #FFCBC7; }
a { background-color: rgb(255,203,199); }
div.DivClassName
{
background-color: #FFCBC7;
}
.BgClassName
{
background-color: #FFCBC7;
}
</style>
border-color css
<style>
span { border-color: #FFCBC7; }
span { border-color: rgb(255,203,199); }
td.TdClassName
{
border-color: #FFCBC7;
}
.TagClassName
{
border-color: #FFCBC7;
}
</style>