Shades of Light Coral #FB827D
Tints of Light Coral #FB827D
RGB
CMYK
RGB Variations
Color information
#FB827D (or 0xFB827D) is known color: Light Coral. HEX triplet: FB, 82 and 7D. RGB value is (251,130,125). Sum of RGB (Red+Green+Blue) = 251+130+125=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB827D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB827D is #047D82. Grayscale: #A5A5A5. Windows color (decimal): -294275 or 8225531. OLE color: 8225531.
HSL color Cylindrical-coordinate representation of color #FB827D: hue angle of 2.38º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB827D is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 125 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.02 |
| HSL | 2.38º | 0.94% | 0.74% | - |
| HSV(B) | 2.38º | 0.5% | 0.98% | - |
| XYZ | 51.47 | 37.96 | 24.02 | - |
| YUV | 165.61 | 105.09 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 125 | 0 | 0.48 | 0.50 | 0.02 | 2.38 | 0.94 | 0.74 |
| Hex | FB | 82 | 7D | 0 | 30 | 32 | 2 | 2 | 5E | 4A |
| Octal | 373 | 202 | 175 | 0 | 60 | 62 | 2 | 2 | 136 | 112 |
| Binary | 11111011 | 10000010 | 1111101 | 0 | 110000 | 110010 | 10 | 10 | 1011110 | 1001010 |
Color Harmonies of #FB827D
Complementary color
Monochromatic Colors of #FB827D
Black with #FB827D
Text Example
Text Example
White with #FB827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB827D; }
p { color: rgb(251,130,125); }
H1.HeaderClassName
{
color: #FB827D;
}
.AnyTagClassName
{
color: #FB827D;
}
</style>
background-color css
<style>
a { background-color: #FB827D; }
a { background-color: rgb(251,130,125); }
div.DivClassName
{
background-color: #FB827D;
}
.BgClassName
{
background-color: #FB827D;
}
</style>
border-color css
<style>
span { border-color: #FB827D; }
span { border-color: rgb(251,130,125); }
td.TdClassName
{
border-color: #FB827D;
}
.TagClassName
{
border-color: #FB827D;
}
</style>