Shades of Sweet Pink #FC908F
Tints of Sweet Pink #FC908F
RGB
CMYK
RGB Variations
Color information
#FC908F (or 0xFC908F) is known color: Sweet Pink. HEX triplet: FC, 90 and 8F. RGB value is (252,144,143). Sum of RGB (Red+Green+Blue) = 252+144+143=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC908F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC908F is #036F70. Grayscale: #B0B0B0. Windows color (decimal): -225137 or 9408764. OLE color: 9408764.
HSL color Cylindrical-coordinate representation of color #FC908F: hue angle of 0.55º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC908F is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 143 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.01 |
| HSL | 0.55º | 0.95% | 0.77% | - |
| HSV(B) | 0.55º | 0.43% | 0.99% | - |
| XYZ | 55.08 | 42.63 | 31.31 | - |
| YUV | 176.18 | 109.28 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 143 | 0 | 0.43 | 0.43 | 0.01 | 0.55 | 0.95 | 0.77 |
| Hex | FC | 90 | 8F | 0 | 2B | 2B | 1 | 1 | 5F | 4D |
| Octal | 374 | 220 | 217 | 0 | 53 | 53 | 1 | 1 | 137 | 115 |
| Binary | 11111100 | 10010000 | 10001111 | 0 | 101011 | 101011 | 1 | 1 | 1011111 | 1001101 |
Color Harmonies of #FC908F
Complementary color
Monochromatic Colors of #FC908F
Black with #FC908F
Text Example
Text Example
White with #FC908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC908F; }
p { color: rgb(252,144,143); }
H1.HeaderClassName
{
color: #FC908F;
}
.AnyTagClassName
{
color: #FC908F;
}
</style>
background-color css
<style>
a { background-color: #FC908F; }
a { background-color: rgb(252,144,143); }
div.DivClassName
{
background-color: #FC908F;
}
.BgClassName
{
background-color: #FC908F;
}
</style>
border-color css
<style>
span { border-color: #FC908F; }
span { border-color: rgb(252,144,143); }
td.TdClassName
{
border-color: #FC908F;
}
.TagClassName
{
border-color: #FC908F;
}
</style>