#FC7E8F

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

Shades of Carissma #FC7E8F

Tints of Carissma #FC7E8F

Color information

#FC7E8F (or 0xFC7E8F) is unknown color: approx Carissma. HEX triplet: FC, 7E and 8F. RGB value is (252,126,143). Sum of RGB (Red+Green+Blue) = 252+126+143=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7E8F is #038170. Grayscale: #A5A5A5. Windows color (decimal): -229745 or 9404156. OLE color: 9404156.

HSL color Cylindrical-coordinate representation of color #FC7E8F: hue angle of 351.9º 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 #FC7E8F is Cyan = 0, Magento = 0.5, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB252126143-
CMYK00.50.430.01
HSL351.9º95.45%74.12%-
HSV(B)351.9º50%98.82%-
XYZ52.5637.630.47-
YUV165.61115.24189.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.37%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 143 (56.25% from 255) = 27.45%
R=48.37%
G=24.18%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212614300.50.430.01351.995.4574.12
HexFC7E8F0322B11605f4a
Octal374176217062531540137112
Binary111111001111110100011110110010101011110110000010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7E8F; }

 p { color: rgb(252,126,143); }

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

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

 a { background-color: rgb(252,126,143); }

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

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

 span { border-color: rgb(252,126,143); }

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