Shades of Carissma #FC7E8C
Tints of Carissma #FC7E8C
RGB
CMYK
RGB Variations
Color information
#FC7E8C (or 0xFC7E8C) is known color: Carissma. HEX triplet: FC, 7E and 8C. RGB value is (252,126,140). Sum of RGB (Red+Green+Blue) = 252+126+140=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7E8C is #038173. Grayscale: #A5A5A5. Windows color (decimal): -229748 or 9207548. OLE color: 9207548.
HSL color Cylindrical-coordinate representation of color #FC7E8C: hue angle of 353.33º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7E8C is Cyan = 0, Magento = 0.5, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 140 | - |
| CMYK | 0 | 0.5 | 0.44 | 0.01 |
| HSL | 353.33º | 0.95% | 0.74% | - |
| HSV(B) | 353.33º | 0.5% | 0.99% | - |
| XYZ | 52.34 | 37.51 | 29.29 | - |
| YUV | 165.27 | 113.74 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 140 | 0 | 0.5 | 0.44 | 0.01 | 353.33 | 0.95 | 0.74 |
| Hex | FC | 7E | 8C | 0 | 32 | 2C | 1 | 161 | 5F | 4A |
| Octal | 374 | 176 | 214 | 0 | 62 | 54 | 1 | 541 | 137 | 112 |
| Binary | 11111100 | 1111110 | 10001100 | 0 | 110010 | 101100 | 1 | 101100001 | 1011111 | 1001010 |
Color Harmonies of #FC7E8C
Complementary color
Monochromatic Colors of #FC7E8C
Black with #FC7E8C
Text Example
Text Example
White with #FC7E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E8C; }
p { color: rgb(252,126,140); }
H1.HeaderClassName
{
color: #FC7E8C;
}
.AnyTagClassName
{
color: #FC7E8C;
}
</style>
background-color css
<style>
a { background-color: #FC7E8C; }
a { background-color: rgb(252,126,140); }
div.DivClassName
{
background-color: #FC7E8C;
}
.BgClassName
{
background-color: #FC7E8C;
}
</style>
border-color css
<style>
span { border-color: #FC7E8C; }
span { border-color: rgb(252,126,140); }
td.TdClassName
{
border-color: #FC7E8C;
}
.TagClassName
{
border-color: #FC7E8C;
}
</style>