Shades of Light Coral #FB827E
Tints of Light Coral #FB827E
RGB
CMYK
RGB Variations
Color information
#FB827E (or 0xFB827E) is known color: Light Coral. HEX triplet: FB, 82 and 7E. RGB value is (251,130,126). Sum of RGB (Red+Green+Blue) = 251+130+126=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB827E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB827E is #047D81. Grayscale: #A5A5A5. Windows color (decimal): -294274 or 8291067. OLE color: 8291067.
HSL color Cylindrical-coordinate representation of color #FB827E: hue angle of 1.92º 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 #FB827E is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 126 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.02 |
| HSL | 1.92º | 0.94% | 0.74% | - |
| HSV(B) | 1.92º | 0.5% | 0.98% | - |
| XYZ | 51.53 | 37.98 | 24.35 | - |
| YUV | 165.72 | 105.59 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 126 | 0 | 0.48 | 0.50 | 0.02 | 1.92 | 0.94 | 0.74 |
| Hex | FB | 82 | 7E | 0 | 30 | 32 | 2 | 2 | 5E | 4A |
| Octal | 373 | 202 | 176 | 0 | 60 | 62 | 2 | 2 | 136 | 112 |
| Binary | 11111011 | 10000010 | 1111110 | 0 | 110000 | 110010 | 10 | 10 | 1011110 | 1001010 |
Color Harmonies of #FB827E
Complementary color
Monochromatic Colors of #FB827E
Black with #FB827E
Text Example
Text Example
White with #FB827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB827E; }
p { color: rgb(251,130,126); }
H1.HeaderClassName
{
color: #FB827E;
}
.AnyTagClassName
{
color: #FB827E;
}
</style>
background-color css
<style>
a { background-color: #FB827E; }
a { background-color: rgb(251,130,126); }
div.DivClassName
{
background-color: #FB827E;
}
.BgClassName
{
background-color: #FB827E;
}
</style>
border-color css
<style>
span { border-color: #FB827E; }
span { border-color: rgb(251,130,126); }
td.TdClassName
{
border-color: #FB827E;
}
.TagClassName
{
border-color: #FB827E;
}
</style>