Shades of Sweet Pink #FD8A8A
Tints of Sweet Pink #FD8A8A
RGB
CMYK
RGB Variations
Color information
#FD8A8A (or 0xFD8A8A) is known color: Sweet Pink. HEX triplet: FD, 8A and 8A. RGB value is (253,138,138). Sum of RGB (Red+Green+Blue) = 253+138+138=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8A8A is #027575. Grayscale: #ACACAC. Windows color (decimal): -161142 or 9079549. OLE color: 9079549.
HSL color Cylindrical-coordinate representation of color #FD8A8A: hue angle of 0º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8A8A is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 138 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.01 |
| HSL | 0º | 0.97% | 0.77% | - |
| HSV(B) | 0º | 0.45% | 0.99% | - |
| XYZ | 54.18 | 40.89 | 29.08 | - |
| YUV | 172.39 | 108.6 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 138 | 0 | 0.45 | 0.45 | 0.01 | 0 | 0.97 | 0.77 |
| Hex | FD | 8A | 8A | 0 | 2D | 2D | 1 | 0 | 61 | 4D |
| Octal | 375 | 212 | 212 | 0 | 55 | 55 | 1 | 0 | 141 | 115 |
| Binary | 11111101 | 10001010 | 10001010 | 0 | 101101 | 101101 | 1 | 0 | 1100001 | 1001101 |
Color Harmonies of #FD8A8A
Complementary color
Monochromatic Colors of #FD8A8A
Black with #FD8A8A
Text Example
Text Example
White with #FD8A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A8A; }
p { color: rgb(253,138,138); }
H1.HeaderClassName
{
color: #FD8A8A;
}
.AnyTagClassName
{
color: #FD8A8A;
}
</style>
background-color css
<style>
a { background-color: #FD8A8A; }
a { background-color: rgb(253,138,138); }
div.DivClassName
{
background-color: #FD8A8A;
}
.BgClassName
{
background-color: #FD8A8A;
}
</style>
border-color css
<style>
span { border-color: #FD8A8A; }
span { border-color: rgb(253,138,138); }
td.TdClassName
{
border-color: #FD8A8A;
}
.TagClassName
{
border-color: #FD8A8A;
}
</style>