#FC7C8B

Color #FC7C8B Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #FC7C8B

Tints of Carissma #FC7C8B

Color information

#FC7C8B (or 0xFC7C8B) is unknown color: approx Carissma. HEX triplet: FC, 7C and 8B. RGB value is (252,124,139). Sum of RGB (Red+Green+Blue) = 252+124+139=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7C8B is #038374. Grayscale: #A4A4A4. Windows color (decimal): -230261 or 9141500. OLE color: 9141500.

HSL color Cylindrical-coordinate representation of color #FC7C8B: hue angle of 352.97º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7C8B is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB252124139-
CMYK00.510.450.01
HSL352.97º95.52%73.73%-
HSV(B)352.97º50.79%98.82%-
XYZ52.0136.9728.82-
YUV163.98113.91190.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 48.93%
GREEN value IS 124 (48.83% from 255) = 24.08%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=48.93%
G=24.08%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212413900.510.450.01352.9795.5273.73
HexFC7C8B0332D1161604a
Octal374174213063551541140112
Binary111111001111100100010110110011101101110110000111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7C8B; }

 p { color: rgb(252,124,139); }

 H1.HeaderClassName
 {
   color: #FC7C8B;
 }
 .AnyTagClassName
 {
   color: #FC7C8B;
 }
</style>
background-color css

<style>
 a { background-color: #FC7C8B; }

 a { background-color: rgb(252,124,139); }

 div.DivClassName
 {
   background-color: #FC7C8B;
 }
 .BgClassName
 {
   background-color: #FC7C8B;
 }
</style>
border-color css

<style>
 span { border-color: #FC7C8B; }

 span { border-color: rgb(252,124,139); }

 td.TdClassName
 {
   border-color: #FC7C8B;
 }
 .TagClassName
 {
   border-color: #FC7C8B;
 }
</style>